Fix zero padding on narrow screen
This commit is contained in:
parent
51e0fc7b84
commit
31960cbcd1
|
@ -355,7 +355,7 @@ h3, .h3-like {
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
padding: 0 0 20px 0;
|
padding: 0 20px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-wrapper {
|
.text-wrapper {
|
||||||
|
|
Loading…
Reference in New Issue