Avoid overflow in the about section
Jekyll / jekyll (pull_request) Successful in 25s
Details
Jekyll / jekyll (pull_request) Successful in 25s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
f189c6e0b9
commit
294ffd363b
|
@ -126,7 +126,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#about .feature__item {
|
#about .feature__item {
|
||||||
height: 10em;
|
height: 11em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#about .feature__item .archive__item-title {
|
#about .feature__item .archive__item-title {
|
||||||
|
|
Loading…
Reference in New Issue