maj vehicules

This commit is contained in:
2022-11-10 18:30:37 +01:00
parent 93842a9b63
commit d883aeff86
4 changed files with 40 additions and 5 deletions

View File

@@ -39,11 +39,14 @@
text-decoration: none;
}
.child{
width: 400px;
width: 440px;
height: 500px;
background-repeat: no-repeat, repeat;
background-size: contain;
border: solid var(--border-debug-size) green;
padding: 0px 10px 0px 10px;
border: 2px ridge #FFFFFF;
border-radius: 28px;
margin-bottom: 10px;
}
.container{
@@ -75,4 +78,4 @@
font-family: var(--main-text-family);
font-size: 12pt;
color: var(--main-text-color);
}
}