diff --git a/themes/afpy/static/css/website.css b/themes/afpy/static/css/website.css index 7990f01..5252555 100644 --- a/themes/afpy/static/css/website.css +++ b/themes/afpy/static/css/website.css @@ -50,6 +50,7 @@ a:hover, iframe { border: none; + box-shadow: 0 0 1em 0 var(--grey); height: 45em; width: 100%; } @@ -277,6 +278,7 @@ main > section { #introduction section article { border: var(--grey) 1px solid; + box-shadow: 0 0 1em 0 var(--grey); padding: 1em; } @@ -299,6 +301,7 @@ main > section { .news-jobs > article { border: var(--grey) 1px solid; + box-shadow: 0 0 1em 0 var(--grey); margin: 3em auto; }