mobile responsive : home and start event
This commit is contained in:
parent
e58e630f9b
commit
dd04bac95e
14 changed files with 128 additions and 8 deletions
|
|
@ -44,3 +44,23 @@
|
|||
content: "→";
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
.hero__text h2 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.hero__text p:first-of-type {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.hero__link {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
.hero {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue