Add global error page
This commit is contained in:
14
src/style/molecules/_list-cta.scss
Normal file
14
src/style/molecules/_list-cta.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
.list-cta {
|
||||
@include bp (sm) {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
& > * {
|
||||
margin: 20px auto 0;
|
||||
|
||||
@include bp (sm) {
|
||||
margin: 0 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user