Replace all vws with %s

This commit is contained in:
Thomas Wade 2018-10-25 12:36:53 +10:30
parent b1f9680e21
commit 67506d28bf
No known key found for this signature in database
GPG Key ID: 9E41F0F2D7A350E4

View File

@ -34,7 +34,8 @@ a
width: 800px; width: 800px;
min-height: calc(100vh - 120px); min-height: calc(100vh - 120px);
margin-left: calc(50vw - 400px); margin-right: auto;
margin-left: auto;
padding-top: 100px; padding-top: 100px;
} }
@ -46,7 +47,7 @@ a
z-index: 10; z-index: 10;
top: 0; top: 0;
width: 100vw; width: 100%;
height: 70px; height: 70px;
vertical-align: middle; vertical-align: middle;