diff --git a/index.html b/index.html index d2ecd70..dbdd7fc 100644 --- a/index.html +++ b/index.html @@ -51,15 +51,13 @@ Servisi Kontakt - - + CreativeCommons Webring SourceCode Mastodon - diff --git a/pages/account.html b/pages/account.html index db0970b..7f35ca9 100644 --- a/pages/account.html +++ b/pages/account.html @@ -40,7 +40,7 @@ Servisi Kontakt - + CreativeCommons Webring diff --git a/pages/blog.html b/pages/blog.html index c6a9345..a1bd3ba 100644 --- a/pages/blog.html +++ b/pages/blog.html @@ -33,7 +33,7 @@ Servisi Kontakt - + CreativeCommons Webring diff --git a/pages/contact.html b/pages/contact.html index 0c1515f..b6f2c76 100644 --- a/pages/contact.html +++ b/pages/contact.html @@ -38,7 +38,7 @@ Servisi Kontakt - + CreativeCommons Webring diff --git a/pages/events.html b/pages/events.html index 0270e6d..eec0831 100644 --- a/pages/events.html +++ b/pages/events.html @@ -81,7 +81,7 @@ Servisi Kontakt - + CreativeCommons Webring diff --git a/pages/projects.html b/pages/projects.html index 147f9db..9ca6a8c 100644 --- a/pages/projects.html +++ b/pages/projects.html @@ -33,7 +33,7 @@ Servisi Kontakt - + CreativeCommons Webring diff --git a/pages/services.html b/pages/services.html index 4f6c556..c5a0e5e 100644 --- a/pages/services.html +++ b/pages/services.html @@ -89,7 +89,7 @@ Servisi Kontakt - + CreativeCommons Webring diff --git a/pages/webring.html b/pages/webring.html index a4c71c9..664df9f 100644 --- a/pages/webring.html +++ b/pages/webring.html @@ -34,7 +34,7 @@ Servisi Kontakt - + CreativeCommons Webring diff --git a/styles/style.css b/styles/style.css index aa56140..9498ef5 100644 --- a/styles/style.css +++ b/styles/style.css @@ -33,9 +33,9 @@ body { body { display: grid; grid-template: - "header" 10vh + "header" 4rem "main" 1fr - "footer" 10vh + "footer" 4rem / 1fr; gap: 0; font-family: 'Iosevka'; @@ -121,6 +121,11 @@ a:focus { .links { display: flex; + gap: 2rem; +} + +.links > a:hover{ + background-color: var(--bg); } #sections-button { @@ -135,29 +140,21 @@ a:focus { border: 2px solid var(--border); background-color: var(--bg); position: absolute; - bottom: calc(10vh - 2px); + bottom: calc(4rem - 2px); left: calc(0px - 2px); align-items: center; padding: 2rem 3rem; display: none; } -.copyleft a, +.sections, #sections-menu { + font-variant: small-caps; +} + .sections a { margin: 0 1rem 0 0; } -.copyleft a:hover, -.copyleft a:focus { - background-color: var(--bg); -} - -.copyleft { - display: flex; - flex-direction: row; - align-items: center; -} - button { font-style: italic; font-weight: lighter; @@ -195,7 +192,11 @@ screen and (max-width: 1500px) { } .links { - display: none; + gap: 1.2rem; + } + + .links a { + width: 1.5rem; } header, @@ -206,4 +207,8 @@ screen and (max-width: 1500px) { #theme-switcher { margin-right: 1rem; } + + .account { + font-size: 1rem; + } } \ No newline at end of file