Improve spacing

This commit is contained in:
Henri Bergius 2017-11-30 18:10:36 +01:00
parent 451ff469ca
commit 2cf060f88c

View file

@ -12,6 +12,7 @@
width: 100vw; width: 100vw;
text-align: center; text-align: center;
margin: 0px; margin: 0px;
margin-top: 5vh;
padding: 0px; padding: 0px;
line-height: 10vh; line-height: 10vh;
} }
@ -26,6 +27,8 @@
text-overflow: ellipsis; text-overflow: ellipsis;
} }
main { main {
margin-top: 5vh;
margin-bottom: 5vh;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
@ -52,7 +55,7 @@
} }
</style> </style>
</head> </head>
<body> <body class="station">
<h1>current drinks status</h1> <h1>current drinks status</h1>
<main> <main>
<section> <section>