This commit is contained in:
parent
745fb82ec0
commit
6cc722d313
2 changed files with 9 additions and 1 deletions
|
@ -831,4 +831,12 @@ footer {
|
||||||
.feed-entry {
|
.feed-entry {
|
||||||
flex: 0 1 100%;
|
flex: 0 1 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hero-section h1 {
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-section p {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -54,7 +54,7 @@
|
||||||
gap: 0.3em;
|
gap: 0.3em;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
margin-top: 3.5rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue