Small additions

This commit is contained in:
PapaTutuWawa 2020-09-23 17:07:38 +02:00
parent a454c9ae8e
commit b89126bca5

View File

@ -38,6 +38,11 @@ ul {
}
/* Layouting */
* {
/* To fix sizing issues */
box-sizing: border-box;
}
.container {
display: flex;
justify-content: center;
@ -87,3 +92,12 @@ ul {
border-color: gray;
padding-left: 4px;
}
.warning {
border-left: 2px;
border-left-style: solid;
border-color: gray;
padding-left: 4px;
color: #f1c40f;
}