diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-03-12 01:27:02 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-03-12 01:27:02 +0100 |
| commit | 8c8e99798c76c3327f7c76b859eec6a9f1ceafe9 (patch) | |
| tree | 9e86994ce1cf27dd612d1e18f2c1e1ffc1be4001 /static | |
| parent | 50b26ac9bb1c9b1eaa9f88a9a23303deddb60a46 (diff) | |
updated css
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 38 |
1 files changed, 29 insertions, 9 deletions
diff --git a/static/style.css b/static/style.css index f4b782f..740ba7b 100644 --- a/static/style.css +++ b/static/style.css @@ -15,10 +15,15 @@ body { footer { padding: 300px 10px 5px 20px; margin-bottom: 300px; - font-size: xx-small; + font-size: x-small; align-content: center; } +#footer_banners { + display: flex; + align-items: center; +} + #headerflex { display: flex; } @@ -60,22 +65,37 @@ nav a { } #the_title h1 { - padding-left: 6px; + padding-left: 16px; } -#navbar { - text-align: left; - background-color: white; +aside { + width: 23%; + padding-left: 15px; + margin-left: 15px; + float: right; } -#footer_banners { - display: flex; - align-items: center; +#contents { + font-size: small; + padding-bottom: 2px; +} + +#contents ul { + padding-left: 17px; + line-height: 4px; +} + +#contents ul li { + list-style: none; +} + +#navbar { + text-align: left; } #wrapper { background-color: #f1e7d5; - max-width: 974px; + max-width: 964px; min-width: 850px; margin: auto; margin-top: -10px; |
