refactor: language cleanup and css fix

Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
David Ralph
2021-03-19 22:30:29 +00:00
parent 025303a01a
commit 70756befa2
23 changed files with 158 additions and 152 deletions

View File

@@ -209,7 +209,6 @@ li {
.tab-content {
position: absolute;
left: 25%;
top: 7%;
h3 {
text-transform: uppercase;
@@ -220,6 +219,15 @@ li {
.tab-content {
position: absolute;
left: 30%;
top: 15%;
}
}
@media only screen and (min-width: 1920px) {
.tab-content {
position: absolute;
left: 30%;
top: 7%;
}
}