position background
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
@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;
|
||||
@@ -17,7 +18,8 @@ body #background-animated {
|
||||
width: 100VW;
|
||||
z-index: -1;
|
||||
position: absolute;
|
||||
overflow: hidden; }
|
||||
overflow: hidden;
|
||||
left: 0; }
|
||||
|
||||
article.publications, article.interviews {
|
||||
margin-top: 1rem; }
|
||||
|
||||
Reference in New Issue
Block a user