header styling
This commit is contained in:
parent
742772ab6c
commit
113e2433dc
3 changed files with 47 additions and 40 deletions
|
|
@ -303,12 +303,13 @@ a:hover {
|
|||
}
|
||||
|
||||
}
|
||||
.front-section:first-of-type {
|
||||
.front-section:nth-of-type(2) {
|
||||
margin-top: 40px;
|
||||
|
||||
}
|
||||
|
||||
.splash {
|
||||
background-color: transparent;
|
||||
.container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
|
@ -316,6 +317,12 @@ a:hover {
|
|||
align-items: flex-start;
|
||||
max-width: var(--max-width);
|
||||
margin: auto;
|
||||
.description {
|
||||
|
||||
border-radius: var(--border-radius);
|
||||
background: var(--bg-alt);
|
||||
background: linear-gradient(90deg, transparent 0%, var(--bg) 91%);
|
||||
}
|
||||
h1, h2 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue