Add custom CSS with some tweaks for mobile use

This commit is contained in:
Torild Lidman 2016-12-22 16:38:26 +01:00 committed by Griatch
parent 18e4d72444
commit ec048e5371

View file

@ -0,0 +1,23 @@
@media (max-width: 570px) {
.oneThird {
width: 100%;
border-left: none;
}
.quarter {
width: 100%;
border-left: none;
}
.headerTitle {
text-align: right;
}
.headerSubTitle {
text-align: right;
}
.headerLinks {
position: static;
}
}