1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-17 09:29:08 +00:00

Add blog padding bottom

helps space the portmaster plug and the blog a bit when active
This commit is contained in:
davegson 2021-12-03 13:50:34 +01:00
parent 58ca2a6361
commit 7cdfee5a28

View file

@ -475,6 +475,10 @@ input:checked {
}
}
#blog.content {
padding-bottom: 2em;
}
#portmaster-plug:hover button {
--transform-scale-x: 1.04;
--transform-scale-y: 1.04;