Add longer intro texts
This commit is contained in:
parent
f4106b9fb6
commit
0c39e527b2
6 changed files with 69 additions and 7 deletions
|
@ -11,6 +11,10 @@ h4 {
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.body-container {
|
||||
max-width: 1024px;
|
||||
margin: 1rem auto;
|
||||
|
@ -240,6 +244,10 @@ input[type=submit] {
|
|||
max-width: 512px;
|
||||
}
|
||||
|
||||
.extension-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.title-card-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue