diff --git a/themes/afpy/static/css/website.css b/themes/afpy/static/css/website.css index 350fa7f..6042e1e 100644 --- a/themes/afpy/static/css/website.css +++ b/themes/afpy/static/css/website.css @@ -48,6 +48,12 @@ a:hover, background: var(--green); } +iframe { + border: none; + height: 50em; + width: 100%; +} + img { display: block; max-width: 100%; @@ -152,6 +158,8 @@ main > section { text-align: center; } +/* News and Jobs */ + .news-jobs > article { border: var(--grey) 1px solid; margin: 3em auto;