Truncating is a challenge in this world we shouldnt have to face

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-30 14:19:59 +01:00
parent 89a8183f00
commit d7b3d2b368
2 changed files with 11 additions and 5 deletions

View File

@@ -89,7 +89,7 @@ export default {
padding: 0 30px;
@include mobile {
padding: 0 20px;
padding: 0;
}
}
@@ -101,7 +101,8 @@ export default {
width: 75%;
@include mobile {
width: 100%;
width: calc(100% - 20px);
padding: 0;
}
}