diff --git a/themes/genesis/static/css/main.css b/themes/genesis/static/css/main.css index 15727a2..09b2af6 100644 --- a/themes/genesis/static/css/main.css +++ b/themes/genesis/static/css/main.css @@ -92,21 +92,15 @@ h1,h2,h3,h4,h5,h6 { margin: 0 0.1rem; } -#sidebar { +.sidebar { flex: 3 1; - text-align: right; margin: 0 2rem; } -#sidebar p, #right-sidebar p { +.sidebar p { line-height: 1; } -#right-sidebar { - flex: 3 1; - text-align: left; - margin: 0 2rem; -} #sidebar img { padding: 2em 2em; @@ -238,11 +232,6 @@ pre code{ #webmentions img { max-height: 1.2em; margin-right: -1ex; } -.blognav { - text-align: right; - list-style: none; -} - .center { text-align: center; } @@ -275,41 +264,21 @@ decorative stuff :) * Links page */ -#links-content { - min-width: 0; - margin: 0px auto; -} #links-main { display: flex; flex-flow: row wrap; } -#links-main h4 { - text-align: center; -} - - #links-main li { padding: 7px 0; } .links-column { - display: flex; - flex-direction: column; flex: 1 1 33%; overflow-wrap: break-word; } -#links-bottom { - text-align: center; -} - -div.idx-card { - display: flex; - flex-flow: row wrap; -} - .hover-links { position: relative; border-bottom: 1px dotted var(--chinese-red);