Add a credit page and make style reusable

This commit is contained in:
2020-02-26 15:52:13 +01:00
parent afb087408c
commit 042440188e
10 changed files with 225 additions and 59 deletions

View File

@@ -1,5 +1,4 @@
.explore {
background-color: $color-primary;
.page {
overflow-x: hidden;
// Top part
@@ -40,4 +39,27 @@
margin-bottom: 120px;
}
}
// List
&__list {
// Category
&--category {
margin-bottom: 96px;
text-align: center;
&:last-child {
margin-bottom: 0;
}
h2 {
margin-bottom: 56px;
}
dl {
margin-bottom: 40px;
}
dt {
margin-bottom: 8px;
}
}
}
}