Improved design on mobile devices

This commit is contained in:
Keichi Takahashi 2015-02-04 03:00:54 +09:00
parent 0c956d6aa7
commit a2d7fc848d
1 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,12 @@ main {
height: 210px;
}
@media (max-width: 768px) {
.global-header {
height: 250px;
}
}
.header-img {
width: 100%;
height: 100%;