remove miligram

This commit is contained in:
Julien Calixte
2023-07-30 16:43:56 +02:00
parent 4594a2d89c
commit f68601c957
2 changed files with 11 additions and 6 deletions

View File

@@ -30,7 +30,6 @@ ul {
}
.bin {
margin-top: 1rem;
border: 3px solid var(--primary-color);
color: var(--primary-color);
background-color: var(--color);
@@ -73,6 +72,13 @@ input[type='reset'],
input[type='submit'] {
background-color: var(--primary-color);
border: 0.1rem solid var(--primary-color);
cursor: pointer;
display: inline-block;
padding: 0.5rem 1rem;
text-align: center;
text-decoration: none;
text-transform: uppercase;
margin: 1rem 0;
}
.button.button-outline,
@@ -124,3 +130,7 @@ th:last-child {
overflow-x: initial;
}
}
.sub {
font-size: 12pt;
}