Fix zero padding on narrow screen

This commit is contained in:
Ilja Kartašov 2019-06-03 21:21:36 +02:00
parent 51e0fc7b84
commit 31960cbcd1
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ h3, .h3-like {
}
.content {
padding: 0 0 20px 0;
padding: 0 20px 20px;
}
.text-wrapper {