This commit is contained in:
mgabdev
2020-04-11 18:29:19 -04:00
parent 7249143d9f
commit 595208780e
160 changed files with 1678 additions and 2103 deletions

View File

@@ -428,10 +428,6 @@ body {
right: auto;
}
.top0 {
top: 0px;
}
.lineHeight125 {
line-height: 1.25em;
}
@@ -580,6 +576,14 @@ body {
width: 240px;
}
.width160PX {
width: 160px;
}
.center160PX {
left: calc(100vw / 2 - 80px);
}
.width72PX {
width: 72px;
}
@@ -708,6 +712,10 @@ body {
top: 0;
}
.top80PX {
top: 80px;
}
.top60PC {
top: 60%;
}