1
0
Fork 0
mirror of https://github.com/kaboomserver/website.git synced 2025-01-10 08:28:14 +00:00

Cleaning up CSS

This commit is contained in:
mathias 2015-02-16 01:52:59 +02:00
parent ab1cf7ca08
commit e53c21b227

View file

@ -251,4 +251,15 @@ font-size: 25px;
margin-bottom: 30px;
}
}
@-ms-viewport {
width: device-width;
zoom: 1;
}
@-o-viewport {
width: device-width;
zoom: 1;
}
@viewport {
width: device-width;
zoom: 1;
}