diff options
Diffstat (limited to 'html/assets/style.css')
-rw-r--r-- | html/assets/style.css | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/html/assets/style.css b/html/assets/style.css index 83b0bbb..01b066f 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -123,6 +123,12 @@ img.rss padding-right: 10px; } +.youtube-video +{ + width: fit-content; + margin: auto; +} + .contact-list, .social-media-list { list-style: none; @@ -151,6 +157,7 @@ img.rss margin: auto; font-size: 72px; word-break: break-word; + text-align: center; } .title-header-container @@ -164,7 +171,9 @@ img.rss .page-info-container { - display: flex; + display: flex; + width: 700px; + margin: auto; } .page-info-container p @@ -217,7 +226,7 @@ img.rss .page-title-header-container { - width: fit-content; + width: 1000px; margin: auto; display: block; } @@ -242,14 +251,6 @@ a.header-link color: #353534; } -/* -main -{ - max-width: 1400px; - margin: 40px auto; -} -*/ - .frontpage-main-container { margin: 40px auto; @@ -313,6 +314,7 @@ main .note-box img { max-width:280px; + min-width: 250px; max-height: 480px; margin-left: auto; margin-right: auto; |