Sort styles using "Sort CSS" VSCode extension

This commit is contained in:
daudix
2024-04-03 02:19:54 +03:00
parent c0a43b83f9
commit 0fa24c2d7c
13 changed files with 171 additions and 171 deletions

View File

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