This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/src/components/HomeSamples/HomeSamples.scss

37 lines
558 B
SCSS
Raw Normal View History

2020-02-12 17:23:10 +00:00
@import '../../variables.scss';
.home-samples {
text-align: center;
margin: 0;
padding: 60px 0;
@media (min-width: $largebp) {
padding: 65px 0 100px;
}
p {
margin: 0 auto 48px;
max-width: 460px;
@media (min-width: $largebp) {
font-size: 18px;
2020-02-18 06:01:42 +00:00
max-width: 500px;
2020-02-12 17:23:10 +00:00
}
}
.sample {
display: inline-block;
margin: 10px;
min-width: 124px;
text-align: center;
@media (min-width: $tinybp) {
margin: 10px 20px;
}
@media (min-width: $smallbp) {
margin: 10px 40px;
}
}
}