0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 20:52:40 +00:00

"Update brewRenderer.less: changed padding-bottom to padding-block, removed empty lines, and reformatted some styles."

This commit is contained in:
Víctor Losada Hernández
2024-06-02 16:03:54 +02:00
parent 202ea1d905
commit e2a3959feb

View File

@@ -3,7 +3,7 @@
.brewRenderer { .brewRenderer {
will-change : transform; will-change : transform;
overflow-y : scroll; overflow-y : scroll;
padding-bottom: 30px; padding-block : 30px;
:where(.pages) { :where(.pages) {
margin : 30px 0px; margin : 30px 0px;