Update style.css
This commit is contained in:
parent
1868d05f86
commit
8a2100eea3
1 changed files with 14 additions and 3 deletions
17
style.css
17
style.css
|
|
@ -36,11 +36,22 @@ section {
|
|||
|
||||
/* SVG and h1 styling */
|
||||
svg {
|
||||
width: 20vmin;
|
||||
height: 20vmin;
|
||||
width: 55vmin;
|
||||
height: 1uto;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: 'DM Serif Display', serif;
|
||||
font-size: 5vmin;
|
||||
margin: 3vmin 0 0 0;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
h1:nth-child(1){
|
||||
font-size: 5vmin;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
h1:nth-child(2){
|
||||
font-size: 9.7vmin;
|
||||
opacity: 0.1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue