Add a credit page and make style reusable
This commit is contained in:
13
src/style/layouts/_explore.scss
Normal file
13
src/style/layouts/_explore.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.explore {
|
||||
// Description
|
||||
&__description {
|
||||
max-width: 312px;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 72px;
|
||||
|
||||
@include breakpoint (sm) {
|
||||
max-width: 472px;
|
||||
margin-bottom: 120px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user