mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +00:00
Enhanced mobile view (all pages)
This commit is contained in:
parent
658a26960f
commit
1f19eedab5
3 changed files with 21 additions and 3 deletions
15
css/main.css
15
css/main.css
|
@ -256,5 +256,18 @@ i.rules-icon:hover {
|
|||
.cover-2 h2 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.rule {
|
||||
padding: 15px;
|
||||
}
|
||||
.admins > ul > li {
|
||||
display: block;
|
||||
border-radius: 0;
|
||||
}
|
||||
.head-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin-right: 0;
|
||||
float: left;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
|
@ -66,5 +66,10 @@ h2 {
|
|||
|
||||
@media only screen and (max-width: 768px) {
|
||||
.admins {
|
||||
width: 100%;
|
||||
width: 95%;
|
||||
}
|
||||
.admins li {
|
||||
display: block;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
|
@ -146,7 +146,7 @@
|
|||
<a href="http://www.twitter.com/Fiinest95" target="_blank"><img src="https://minotar.net/avatar/Finest95/80.png" class="responsive-img head-icon">Finest95 - Forum Owner & Manager</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://www.twitter.com/wickedgaminguk" target="_blank"><img src="https://minotar.net/avatar/WickedGamingUK/80.png" class="responsive-img head-icon">WickedGamingUK - Associated Server Liaison</a>
|
||||
<a href="https://www.twitter.com/wickedgaminguk" target="_blank"><img src="https://minotar.net/avatar/WickedGamingUK/80.png" class="responsive-img head-icon">WickedGamingUK - Server Liaison</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://totalfreedom.boards.net/user/246" target="_blank"><img src="https://minotar.net/avatar/inFamas97/80.png" class="responsive-img head-icon">inFAmas97 - Executive Admin</a>
|
||||
|
|
Loading…
Reference in a new issue