First steps towards responsive radar

This commit is contained in:
Mathias Schopmans
2017-04-03 11:53:26 +02:00
parent b4a7b4d21f
commit cba33dfbee
5 changed files with 16 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
.page {
width: 1200px;
max-width: 1200px;
min-height: 100%;
margin: 0 auto;
padding: 0 10px;
padding: 0 15px;
display: flex;
flex-direction: column;
min-height: 100vh;