Enhanced mobile view

This commit is contained in:
aggelosQQ 2016-10-02 16:07:06 +03:00
parent 7c3eee1ce1
commit 461f664d4c
2 changed files with 14 additions and 0 deletions

View file

@ -249,3 +249,12 @@ i.rules-icon:hover {
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%;
}
}

View file

@ -63,3 +63,8 @@ h2 {
font-size: 2em;
font-weight: 200;
}
@media only screen and (max-width: 768px) {
.admins {
width: 100%;
}