etiquette less padding #2239

This commit is contained in:
2023-07-20 19:12:31 +02:00
parent fdaeb3a433
commit 2e3ffd0d40
2 changed files with 6 additions and 6 deletions

View File

@@ -490,13 +490,13 @@ body{
align-items:center;
.concernement-map-popup{
background-color: white;
padding: 1em;
padding: 0.5em;
border-radius: 3px;
max-width: 30em;
ul.icons{
display: flex;
flex-direction: row;
padding: 0;
padding: 0.5em 0 0;
margin: 0;
li{
list-style:none;
@@ -539,9 +539,9 @@ body{
font-size: 1em;
font-weight: 400;
}
h1{
padding-bottom: 0.5em;
}
// h1{
// padding-bottom: 0.5em;
// }
}
&:before{