diff --git a/content/stylesheets/main.css b/content/stylesheets/main.css index 4fe4c64..2e74abb 100644 --- a/content/stylesheets/main.css +++ b/content/stylesheets/main.css @@ -661,11 +661,16 @@ h2 { display: flex; flex-direction: row; align-items: baseline; - justify-content: space-around; + justify-content: center; flex-wrap: wrap; gap: 12px; } +.detail_title > a { + text-align: center; + flex: 1; +} + .detail_title > a > img { max-width:100px; max-height:100px; @@ -676,6 +681,14 @@ h2 { text-align: center; } +.detail_title_themas { + display: flex; + gap: inherit; + justify-content: center; + flex: 1; +} + + .social > a { display: block; @@ -749,12 +762,6 @@ h2 { height: 3rem; } -.detail_title_themas { - display: flex; - gap: inherit; - -} - .footer { max-width: 100%; width: 100%;