1
0
Fork 0
forked from Deuxfleurs/site

layout.css: homogénéisation de l'indentation

This commit is contained in:
Tixie 2024-06-07 16:37:48 +02:00
parent 24f2d73ede
commit 39228d1b09
No known key found for this signature in database

View file

@ -29,7 +29,6 @@
--calendrier: darkkhaki;
--footer: deeppink;
--lightgrey: lightgrey;*/
}
/* PAR DEFAUT */
@ -59,7 +58,6 @@ a{
color: darkgreen;
}
nav ul {
list-style: none;
padding: 0px;
@ -128,7 +126,7 @@ footer {
#liens {
text-align: center;
margin-bottom: var(--med_margin)
margin-bottom: var(--med_margin);
}
/* MENU */
@ -202,7 +200,8 @@ pre.center > a{
/* RESPONSIVE */
/* Tablettes */
@media (max-width: 1500px) and (min-width: 801px) {
h2, h1{
h2,
h1 {
font-size: 1rem;
font-weight: normal;
margin: 0px;
@ -222,7 +221,7 @@ pre.center > a{
}
h1:before, h1:after {
content: '';
content: "";
}
h2:before {
@ -243,7 +242,6 @@ pre.center > a{
white-space: pre;
overflow: hidden;
}
}
/* THEME SOMBRE */