corection #1304 1305 1307 1308 1311 1315 1316

This commit is contained in:
armansansd
2021-07-05 13:24:49 +02:00
parent 3ae61ffc2d
commit 7c0c5a1673
14 changed files with 379 additions and 95 deletions

View File

@@ -4,7 +4,7 @@ article, .paragraph{
font-family: "trueno";
font-weight: 600;
font-size: $font-medium;
color:brown;
color:black;
margin-top: 1rem;
margin-bottom: .3rem;
}
@@ -45,7 +45,7 @@ article, .paragraph{
width: 100vw;
height: 40vh;
background: $trame;
box-shadow: inset 0 -5rem 8rem white;
box-shadow: inset 0 -5rem 8rem $bck-col;
z-index: -1;
}
}