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;
|
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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue