Add a credit page and make style reusable
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user