mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Cleaning up CSS
This commit is contained in:
parent
ab1cf7ca08
commit
e53c21b227
1 changed files with 12 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue