Add more text

This commit is contained in:
Arti Zirk
2018-07-17 00:23:06 +03:00
parent d8471966ef
commit 7a5726aa4c
2 changed files with 19 additions and 0 deletions

View File

@@ -50,4 +50,12 @@
}
}
}
.description {
margin-top: 1em;
}
@media (min-width: 40.0rem) {
.description {
margin-top: 3em;
}
}
}