Improve spacing
This commit is contained in:
parent
451ff469ca
commit
2cf060f88c
1 changed files with 4 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
|||
width: 100vw;
|
||||
text-align: center;
|
||||
margin: 0px;
|
||||
margin-top: 5vh;
|
||||
padding: 0px;
|
||||
line-height: 10vh;
|
||||
}
|
||||
|
@ -26,6 +27,8 @@
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
main {
|
||||
margin-top: 5vh;
|
||||
margin-bottom: 5vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
@ -52,7 +55,7 @@
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<body class="station">
|
||||
<h1>current drinks status</h1>
|
||||
<main>
|
||||
<section>
|
||||
|
|
Loading…
Reference in a new issue