Modif du css
This commit is contained in:
parent
07e2220b24
commit
67671547bb
2 changed files with 38 additions and 2 deletions
|
@ -524,6 +524,7 @@ body {
|
|||
background-color: #301827;
|
||||
color: #FFFFFF;
|
||||
font-family: "Fira Sans", "Roboto", sans-serif;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#aside {
|
||||
|
@ -550,9 +551,15 @@ body {
|
|||
grid-template-areas: "aside" "main";
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
#aside,
|
||||
#main {
|
||||
padding: 0;
|
||||
box-shadow: unset;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
#content-home,
|
||||
|
@ -566,6 +573,14 @@ body {
|
|||
grid-column: 1/3;
|
||||
}
|
||||
|
||||
#title {
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
|
||||
.content h2 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
#footer,
|
||||
.content {
|
||||
max-width: 100%;
|
||||
|
@ -586,7 +601,9 @@ body {
|
|||
}
|
||||
|
||||
#search-area {
|
||||
width: auto;
|
||||
justify-content: center;
|
||||
margin: auto;
|
||||
width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ body {
|
|||
background-color: colors.$page-background;
|
||||
color: colors.$page-text;
|
||||
font-family: fonts.$regular-fonts;
|
||||
border:none;
|
||||
}
|
||||
|
||||
#aside {
|
||||
|
@ -50,9 +51,15 @@ body {
|
|||
"main";
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
#aside,
|
||||
#main {
|
||||
padding: 0;
|
||||
box-shadow: unset;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
#content-home,
|
||||
|
@ -70,6 +77,16 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
#title {
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
|
||||
.content {
|
||||
h2 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
#footer,
|
||||
.content {
|
||||
max-width: 100%;
|
||||
|
@ -97,7 +114,9 @@ body {
|
|||
}
|
||||
|
||||
#search-area {
|
||||
width: auto;
|
||||
justify-content: center;
|
||||
margin: auto;
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue