page actualite mise en page
This commit is contained in:
@@ -7,8 +7,3 @@ aside.aside_right .relative_box {
|
||||
margin-bottom: var(--gap-unit);
|
||||
}
|
||||
|
||||
.highlight_text {
|
||||
background-color: hsl(var(--hue-4) 80% 95%);
|
||||
padding: 0px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
@@ -19,10 +19,14 @@ body main h2 {
|
||||
border-bottom: 1px solid var(--color-lines-1);
|
||||
}
|
||||
body main h3 {
|
||||
padding: 40px 0px 0px 0px;
|
||||
padding: 50px 0px 0px 0px;
|
||||
/*
|
||||
border-bottom: 1px solid var(--color-lines-1);
|
||||
margin-right: auto;
|
||||
*/
|
||||
}
|
||||
body main h4 {
|
||||
padding: 0px;
|
||||
padding: 40px 0px 0px 0px;
|
||||
}
|
||||
body main h5 {
|
||||
padding: 0px;
|
||||
|
||||
@@ -90,9 +90,8 @@ mark { /*text with background color*/
|
||||
padding: 0px 5px;
|
||||
background-color: hsl(var(--hue-4) 50% 90%);
|
||||
}
|
||||
strong {
|
||||
padding: 0px 5px;
|
||||
background-color: hsl(var(--hue-3) 80% 90%);
|
||||
strong { /*text with color*/
|
||||
background-color: hsl(var(--hue-2) 80% 70%);
|
||||
}
|
||||
del {
|
||||
text-decoration: line-through;
|
||||
|
||||
Reference in New Issue
Block a user