New design #14

Merged
konrad merged 43 commits from new-design into master 2018-12-25 15:03:52 +00:00
Showing only changes of commit fddadfd8c8 - Show all commits

View File

@ -9,8 +9,10 @@
text-align: left;
max-width: 80vw;
&.short{
max-width: 53vw;
@media screen and (min-width: $tablet) {
&.short {
max-width: 53vw;
}
}
@media screen and (max-width: $tablet) {