amélioration interface borne

This commit is contained in:
Quentin Roussel
2023-03-27 11:55:52 +02:00
parent ec5b6391f9
commit ef2c3cdce4
9 changed files with 20 additions and 14 deletions

View File

@@ -31,19 +31,19 @@ html, body {
}
.instructions {
width: max-content;
height: 300px;
width: 90vw;
height: fit-content;
margin: auto;
background: #A6CC00;
padding: 20px;
border-radius: 10px;
border: 3px #6B8000 solid;
position: absolute;
top: 0;
bottom: 0;
top: 10px;
left: 0;
right: 0;
text-align: center;
text-align: center;
font-size: 40px;
}
.instructions > .title {
@@ -53,4 +53,11 @@ html, body {
.instructions > table, .instructions > th,.instructions > td {
border: 1px solid #6B8000;
border-collapse: collapse;
}
.logo {
position: absolute;
bottom: 0;
right: 0;
height: 100px;
}