mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +00:00
Enhanced mobile view
This commit is contained in:
parent
7c3eee1ce1
commit
461f664d4c
2 changed files with 14 additions and 0 deletions
|
@ -248,4 +248,13 @@ i.rules-icon:hover {
|
|||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
background: rgba(230,230,230,0.3);
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.cover-2 p,
|
||||
.cover-2 h2 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
|
@ -62,4 +62,9 @@ h2 {
|
|||
font-family: 'Catamaran', sans-serif;
|
||||
font-size: 2em;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.admins {
|
||||
width: 100%;
|
||||
}
|
Loading…
Reference in a new issue