mirror of
https://github.com/mue/mue.git
synced 2026-07-20 15:34:10 +02:00
refactor: language cleanup and css fix
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user