Fix mobile css

This commit is contained in:
Tekaoh
2019-09-27 22:28:41 -05:00
parent cab456b064
commit 08d2ea04e9

View File

@@ -48,3 +48,17 @@ img.bothan {
a:hover{
color: #025;
}
@media print, screen and (max-width: 740px){
body {
min-height: 100%
}
.wrapper {
width: 100%
}
header{
p{
width: 100%
}
}
}