layout.css: homogénéisation de l'indentation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
24f2d73ede
commit
39228d1b09
1 changed files with 159 additions and 161 deletions
|
@ -29,7 +29,6 @@
|
||||||
--calendrier: darkkhaki;
|
--calendrier: darkkhaki;
|
||||||
--footer: deeppink;
|
--footer: deeppink;
|
||||||
--lightgrey: lightgrey;*/
|
--lightgrey: lightgrey;*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* PAR DEFAUT */
|
/* PAR DEFAUT */
|
||||||
|
@ -59,7 +58,6 @@ a{
|
||||||
color: darkgreen;
|
color: darkgreen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
nav ul {
|
nav ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
@ -128,7 +126,7 @@ footer {
|
||||||
|
|
||||||
#liens {
|
#liens {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: var(--med_margin)
|
margin-bottom: var(--med_margin);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* MENU */
|
/* MENU */
|
||||||
|
@ -202,7 +200,8 @@ pre.center > a{
|
||||||
/* RESPONSIVE */
|
/* RESPONSIVE */
|
||||||
/* Tablettes */
|
/* Tablettes */
|
||||||
@media (max-width: 1500px) and (min-width: 801px) {
|
@media (max-width: 1500px) and (min-width: 801px) {
|
||||||
h2, h1{
|
h2,
|
||||||
|
h1 {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
@ -222,7 +221,7 @@ pre.center > a{
|
||||||
}
|
}
|
||||||
|
|
||||||
h1:before, h1:after {
|
h1:before, h1:after {
|
||||||
content: '';
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
h2:before {
|
h2:before {
|
||||||
|
@ -243,7 +242,6 @@ pre.center > a{
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* THEME SOMBRE */
|
/* THEME SOMBRE */
|
||||||
|
|
Loading…
Reference in a new issue