Add viewport

This commit is contained in:
Beu
2019-10-23 12:53:42 +02:00
parent 0c274e75c0
commit e8d983f462
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
@viewport {
width: device-width;
zoom: 1;
}
body{
position: relative;
min-height: 100vh;