X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=gitweb-danixland%2Fgitweb.css;h=f848301a480a232c32c962f51c798c36b4667fa2;hb=7948012491a6464754bd811854791c682881307e;hp=3c7a7b122e39a29f7cf5a35562c4d303ac3ae92c;hpb=27ee5f03b06ddad40fe3b201f9ddc08240d41667;p=gitweb-theme-danix.git diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 3c7a7b1..f848301 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -205,6 +205,7 @@ td, th { .site-footer { width: 100%; background: var(--bg-alt); + margin: 0; } .page_footer { @@ -213,15 +214,14 @@ td, th { left: 0; bottom: 0; line-height: 40px; - margin-top: 15px; border-top: 2px solid var(--border); border-bottom: 1px solid var(--border); } .page_footer_text { - background-color: var(--accent); color: var(--fg); text-align: right; + padding-right: 2em; display: inline; float: right; width: calc(100% - 2em); @@ -231,7 +231,30 @@ td, th { } .site-footer { + display: flex; + flex-direction: row; + flex-wrap: nowrap; + justify-content: space-around; + align-items: stretch; + align-content: stretch; +} +.site-footer .columns { + width: 30%; + display: block; + flex-grow: 0; + flex-shrink: 1; + flex-basis: auto; + align-self: auto; + order: 0; +} + +.social-links ul li { + display: inline-block; + margin: 1em; + padding: 0.5em; + background-color: var(--fg); + color: var(--bg); } a.rss_logo {