Indentation fixed and unused CSS code removed

This commit is contained in:
adrianvic 2024-02-18 14:47:10 -03:00
commit 947260c5c8
2 changed files with 12 additions and 26 deletions

View file

@ -38,16 +38,6 @@ a {
margin-bottom: 0; margin-bottom: 0;
} }
.ad-banner {
width: 200px;
height: 200px;
border: 2px solid gray;
}
.ad-banner img {
width: 100%;
height: auto;
}
.vertcentered { .vertcentered {
position: absolute; position: absolute;
@ -57,7 +47,3 @@ a {
-webkit-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);
} }
a.inlined {
display: inline;
}