mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Cleaning up CSS
This commit is contained in:
parent
dfc60028ec
commit
dc80b99226
1 changed files with 3 additions and 3 deletions
|
@ -253,13 +253,13 @@ margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
@-ms-viewport {
|
@-ms-viewport {
|
||||||
width: device-width;
|
width: device-width;
|
||||||
zoom: 1;
|
zoom: 1.1;
|
||||||
}
|
}
|
||||||
@-o-viewport {
|
@-o-viewport {
|
||||||
width: device-width;
|
width: device-width;
|
||||||
zoom: 1;
|
zoom: 1.1;
|
||||||
}
|
}
|
||||||
@viewport {
|
@viewport {
|
||||||
width: device-width;
|
width: device-width;
|
||||||
zoom: 1;
|
zoom: 1.1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue