From 8ed47eac7a593a4728792317d04bb1d597db3134 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Thu, 2 Feb 2023 11:08:56 -0500 Subject: A first Igalia post Also add support for embedded youtube videos in posts. As well as fix some bugs with drawing note-cards on front page. --- html/assets/style.css | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'html/assets/style.css') 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; -- cgit v1.2.3