diff options
author | metamuffin <metamuffin@disroot.org> | 2025-10-03 23:15:20 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-10-03 23:15:20 +0200 |
commit | 007525c871ab64a6a33cb549ac2496ae6e74d5e4 (patch) | |
tree | 018d69f2f4a3280b631fde14c47c73a9f904e7f5 /style.css | |
parent | 5c92840108a05f0f311d5bef2d6512579b593438 (diff) | |
download | metamuffin-website-007525c871ab64a6a33cb549ac2496ae6e74d5e4.tar metamuffin-website-007525c871ab64a6a33cb549ac2496ae6e74d5e4.tar.bz2 metamuffin-website-007525c871ab64a6a33cb549ac2496ae6e74d5e4.tar.zst |
add license file
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -12,6 +12,7 @@ img[align="left"] { width: 7em; height: 7em; display: block; + margin-right: 30px; } body { @@ -25,8 +26,12 @@ header, article, footer { width: min(800px, 100vw - 2em); } +header h1 { + margin-left: 150px; + margin-bottom: 0px; +} nav { - margin: 1em 1em 1em 9em; + margin: 1em 1em 1em 150px; background-color: var(--bg2); padding: 1em; border: 0px solid transparent; @@ -47,7 +52,7 @@ nav a { background-repeat: no-repeat; transition: background-size 0.15s linear; font-style: normal; - font-weight: bolder; + font-weight: bold; } nav a:hover { color: #dfe5f3; |