made min-width smaller and made the arkot and username get smaller

This commit is contained in:
Thomas G 2022-08-11 03:34:16 +10:00
parent d12a4a3b45
commit 1678d04232
2 changed files with 3 additions and 13 deletions

View File

@ -121,13 +121,13 @@
}
@media (max-width: 970px) {
.navbarbuttoncontainer a {
.navbarbuttoncontainer a, #navbarusername, .arkotcontainer p {
font-size: 14px;
}
}
@media (max-width: 640px) {
.navbarbuttoncontainer a {
.navbarbuttoncontainer a, #navbarusername, .arkotcontainer p {
font-size: 12px;
}
}
@ -399,7 +399,7 @@ body {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-width: 700px;
min-width: 670px;
margin-bottom: 0px;
padding-bottom: 0px;
height: 100%;

View File

@ -57,16 +57,6 @@ html {
background-color: rgb(1, 17, 48);
}
body {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-width: 700px;
margin-bottom: 0px;
padding-bottom: 0px;
height: 100%;
}
.content {
color: rgb(167 167 167);
background: rgb(25, 25, 25);