Move into wp-content path
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
15
wp-content/themes/Pirate-Rogue/css/sass/structure/_main.scss
Normal file
15
wp-content/themes/Pirate-Rogue/css/sass/structure/_main.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
/* Main
|
||||
/*-----------------------------------------------------------------------------------*/
|
||||
|
||||
main {
|
||||
position: relative;
|
||||
top: 35px;
|
||||
|
||||
@media screen and (min-width: 1024px) {
|
||||
top: -14px;
|
||||
}
|
||||
@media screen and (min-width: $breakpoint-1060) {
|
||||
top: 0px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user