mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2025-08-07 21:14:10 +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 {
|
::-webkit-scrollbar-thumb {
|
||||||
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%;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
|
@ -62,4 +62,9 @@ h2 {
|
||||||
font-family: 'Catamaran', sans-serif;
|
font-family: 'Catamaran', sans-serif;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
.admins {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue