first version
This commit is contained in:
19
assets/css/templates/about.css
Normal file
19
assets/css/templates/about.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.layout {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
grid-gap: 3rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 45rem) {
|
||||
.layout {
|
||||
grid-template-columns: 1fr 2fr;
|
||||
}
|
||||
}
|
||||
|
||||
.layout aside section {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.layout aside h2 {
|
||||
margin-bottom: .75rem;
|
||||
}
|
Reference in New Issue
Block a user