Remove unused pseudo element and logo size (margin)
This commit is contained in:
+3
-2
@@ -44,7 +44,8 @@ body {
|
|||||||
Main Setup
|
Main Setup
|
||||||
------------------------ */
|
------------------------ */
|
||||||
#ynh-logo {
|
#ynh-logo {
|
||||||
margin-top: 20%;
|
/*margin-top: 20%;*/
|
||||||
|
margin-top: 30vh;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
@@ -79,7 +80,7 @@ body {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
position: initial;
|
position: initial;
|
||||||
}
|
}
|
||||||
.ynh-wrapper::after {
|
.ynh-wrapper::after, .ynh-wrapper::before {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user