Added more responsive improvements

This commit is contained in:
Alejandro Celaya
2018-08-05 08:49:07 +02:00
parent c1880125b3
commit b25cb6c170
7 changed files with 57 additions and 17 deletions

View File

@@ -20,5 +20,9 @@
}
.short-urls-container {
padding: 30px 30px 30px 20px;
padding: 20px 0;
@media (min-width: $mdMin) {
padding: 30px 30px 30px 20px;
}
}