|
@@ -504,13 +504,14 @@ footer h2 {
|
|
|
transform: rotate(90deg);
|
|
|
transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
|
|
|
|
|
|
-@media screen and (min-width: 768px) {
|
|
|
- main:not(.home) {
|
|
|
- padding: 1.5rem 0 !important; } }
|
|
|
-
|
|
|
-@media screen and (min-width: 992px) {
|
|
|
- main:not(.home) {
|
|
|
- padding: 4rem 0 !important; } }
|
|
|
+main:not(.home) {
|
|
|
+ padding-top: 1.5rem; }
|
|
|
+ @media screen and (min-width: 768px) {
|
|
|
+ main:not(.home) {
|
|
|
+ padding: 1.5rem 0 !important; } }
|
|
|
+ @media screen and (min-width: 992px) {
|
|
|
+ main:not(.home) {
|
|
|
+ padding: 4rem 0 !important; } }
|
|
|
|
|
|
body #content-ontop {
|
|
|
position: relative;
|
|
@@ -523,7 +524,8 @@ body #background-animated {
|
|
|
width: 100VW;
|
|
|
z-index: -1;
|
|
|
position: absolute;
|
|
|
- overflow: hidden; }
|
|
|
+ overflow: hidden;
|
|
|
+ left: 0; }
|
|
|
|
|
|
article.publications, article.interviews {
|
|
|
margin-top: 1rem; }
|