Fixed chapter selection on last chapter
This commit is contained in:
24
src/components/ContactForm.module.css
Normal file
24
src/components/ContactForm.module.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.ContactForm {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: var(--gap-md);
|
||||
margin-left: var(--gap-xl);
|
||||
margin-right: var(--gap-xl);
|
||||
}
|
||||
|
||||
.ContactForm > * {
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: var(--gap-sm);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1080px) {
|
||||
.ContactForm {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user