mobile responsive : home and start event
This commit is contained in:
parent
e58e630f9b
commit
dd04bac95e
14 changed files with 128 additions and 8 deletions
|
|
@ -4,6 +4,7 @@ section.callout {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
section.callout h4 {
|
||||
|
|
@ -14,3 +15,19 @@ section.callout a {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
section.callout {
|
||||
padding: 2.25rem 2rem;
|
||||
}
|
||||
section.callout h4 {
|
||||
font-size: var(--font-size-m);
|
||||
}
|
||||
|
||||
section.callout h4 {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
section.callout svg {
|
||||
width: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue