minor tweaks
This commit is contained in:
parent
27c82f6f87
commit
b569ab2fb5
@ -48,18 +48,15 @@ header {
|
||||
align-items: baseline;
|
||||
font-family: 'Unica One', display;
|
||||
text-transform: lowercase;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
h1 {
|
||||
/* font-family: 'Unica One', display; */
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
font-size: 1.3rem;
|
||||
font-size: 1.5rem;
|
||||
flex: 2 1 15%;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
header a {
|
||||
@ -93,11 +90,11 @@ footer {
|
||||
|
||||
a {
|
||||
color: var(--primary-link);
|
||||
transition: color 0.5s;
|
||||
}
|
||||
|
||||
a:hover, a:active {
|
||||
color: var(--primary-link-hover);
|
||||
transition: color 0.5s;
|
||||
}
|
||||
|
||||
img {
|
||||
|
Loading…
x
Reference in New Issue
Block a user