Design adjustments, new content and more
This commit is contained in:
@@ -1,19 +1,7 @@
|
||||
.layout {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
grid-gap: 3rem;
|
||||
.contact {
|
||||
padding: 3rem;
|
||||
border: 2px solid #000;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 45rem) {
|
||||
.layout {
|
||||
grid-template-columns: 1fr 2fr;
|
||||
}
|
||||
}
|
||||
|
||||
.layout aside section {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.layout aside h2 {
|
||||
margin-bottom: .75rem;
|
||||
.contact .h1 {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user