Remove unused pseudo element and logo size (margin)

This commit is contained in:
Aurelien Vaillant
2020-04-04 18:14:27 +02:00
parent 1dff5622b2
commit 0f2c922836
+3 -2
View File
@@ -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;
} }