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

@ -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%;
}
}

View file

@ -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%;
}