MàJ CSS
Amélioration de l'onglet de tri sur la page d'accueil
This commit is contained in:
parent
e90844b817
commit
a4f9b4e75d
1 changed files with 10 additions and 1 deletions
11
style.css
11
style.css
|
@ -81,7 +81,7 @@ aside form{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
nav, aside{
|
nav, aside{
|
||||||
width: 20%;
|
width: 15em;
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
@ -163,6 +163,15 @@ div.principaleAside div {
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.elemAside {
|
||||||
|
display: flex;
|
||||||
|
align-items: baseline;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.principaleAside label {
|
||||||
|
max-width: 10em;
|
||||||
|
}
|
||||||
|
|
||||||
aside .button{
|
aside .button{
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue