Amélioration de l'affichage pour plusieurs queues
parent
2991098a5b
commit
5c5cabb4d0
13
kikikoz.css
13
kikikoz.css
|
|
@ -1,12 +1,21 @@
|
||||||
body {
|
body {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > div {
|
||||||
background-color: aliceblue;
|
background-color: aliceblue;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
height: 100vh;
|
||||||
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
section#les_queues {
|
section#les_queues {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: 1fr 1fr;
|
}
|
||||||
|
|
||||||
|
#les_queues > div {
|
||||||
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue