diff options
| author | Francesco <tomaselli.fr@gmail.com> | 2024-05-21 19:16:01 +0200 | 
|---|---|---|
| committer | Francesco <tomaselli.fr@gmail.com> | 2024-05-21 19:16:01 +0200 | 
| commit | 90470615876b9db30d14e92ef1282fe25f44a23c (patch) | |
| tree | b133122e7fbe610d482ce31b7ce0c86c768f76b6 /assets | |
| parent | 3d26384572f52ad1a554e09cb707b40a519b7ddc (diff) | |
Minor
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/main.css | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/assets/css/main.css b/assets/css/main.css index 0108413..9c350ee 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -201,11 +201,15 @@ footer a {    color: var(--content-secondary);  } +.list-container { +  padding-bottom: 1rem; +} +  .pagination {    display: flex;    align-items: center;    margin-top: 1rem; -  margin-bottom: 1rem; +  margin-bottom: 0rem;    justify-content: center;  } | 
