Further redesign 2
This commit is contained in:
parent
afe18e37b6
commit
b32fa9e4ad
5 changed files with 36 additions and 54 deletions
src/layouts
|
@ -35,24 +35,19 @@ if (abovetext === undefined) {
|
|||
}
|
||||
h1 {
|
||||
font-size: 40px;
|
||||
line-height: 48px;
|
||||
letter-spacing: -1px;
|
||||
color: var(--c-primary-text);
|
||||
margin-bottom: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin: 0 auto 0px;
|
||||
padding: 0.25rem 1.5rem 0.5rem;
|
||||
max-width: max-content;
|
||||
border-radius: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
h1:after {
|
||||
content:' ';
|
||||
display: block;
|
||||
width: 62.5%;
|
||||
margin: auto;
|
||||
border: 2px solid var(--c-accent-1);
|
||||
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
|
||||
&:after {
|
||||
content:' ';
|
||||
display: block;
|
||||
width: 65%;
|
||||
height: 3px;
|
||||
margin: auto;
|
||||
background-color: var(--c-accent-1);
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue