Add top margin to johnvert

This commit is contained in:
David Lapshin
2024-05-06 04:42:06 +03:00
parent bdd1ed9001
commit 2667a5f10e

View File

@ -1,6 +1,6 @@
#johnvertisement {
display: block;
margin: 0 auto;
margin: 1rem auto 0;
border: none;
width: min(728px, 100vw);
height: min(90px, 12.367vw);