mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
Enhanced mobile view
This commit is contained in:
parent
7c3eee1ce1
commit
461f664d4c
2 changed files with 14 additions and 0 deletions
|
@ -249,3 +249,12 @@ i.rules-icon:hover {
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: rgba(230,230,230,0.3);
|
background: rgba(230,230,230,0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
.cover-2 p,
|
||||||
|
.cover-2 h2 {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
|
@ -63,3 +63,8 @@ h2 {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
.admins {
|
||||||
|
width: 100%;
|
||||||
|
}
|
Loading…
Reference in a new issue