diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-22 12:13:41 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-22 12:13:41 +0200 |
| commit | 2930632c5e0a53eeda24aaaf66bc3c2aab758dba (patch) | |
| tree | 434dc6b80971fd3264660ba0f162e31480852180 /src/style.css | |
| parent | 407aa6fbdbddc1650aa9b44de87af4377fa516ea (diff) | |
| download | sebastiano.tronto.net-2930632c5e0a53eeda24aaaf66bc3c2aab758dba.tar.gz sebastiano.tronto.net-2930632c5e0a53eeda24aaaf66bc3c2aab758dba.zip | |
Added build for gemini; changed logo to img
Diffstat (limited to 'src/style.css')
| -rw-r--r-- | src/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css index 7016a47..d40758f 100644 --- a/src/style.css +++ b/src/style.css | |||
| @@ -2,6 +2,11 @@ header nav table { | |||
| 2 | width: 100%; | 2 | width: 100%; |
| 3 | } | 3 | } |
| 4 | 4 | ||
| 5 | .logo img { | ||
| 6 | max-width: 3em; | ||
| 7 | margin: 0 0 0 0; | ||
| 8 | } | ||
| 9 | |||
| 5 | .links { | 10 | .links { |
| 6 | text-align: right; | 11 | text-align: right; |
| 7 | font-weight: bold; | 12 | font-weight: bold; |
