diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-12 23:46:37 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-12 23:46:37 -0500 |
commit | 75d39958d77aaa489c139abced35d75a96835e71 (patch) | |
tree | 3b70844916cb5305b5849241b604e10c301b5d92 /src/css | |
parent | 6106ff4f3b8d78cde1491120a3b459f0cd5c3678 (diff) | |
download | website-75d39958d77aaa489c139abced35d75a96835e71.tar.gz |
update with some posts from social media
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/css/style.css b/src/css/style.css index 38fb832..d787840 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -58,6 +58,11 @@ footer { border-radius: 50%; } +.ytembed { + width: 100%; + aspect-ratio: 16 / 9; +} + @media only screen and (max-device-width : 667px) { .logo { max-width: 66px; @@ -103,3 +108,11 @@ details { .right { float: right; } + +.center { + display: block; + margin-left: auto; + margin-right: auto; + max-width: 100%; + object-fit: contain; +} |