small screen optimisation

This commit is contained in:
Koen Lageveen 2014-11-20 18:48:30 +01:00
parent 8090f9693d
commit 693c6f977a
1 changed files with 8 additions and 0 deletions

View File

@ -179,6 +179,14 @@
text-align: right;
}
}
@media screen and (max-width:640px) {
h1 {
font-size: 48px;
line-height: 48px;
padding-top: 48px;
margin-bottom: 48px;
}
}
</style>
</head>
<body>