1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 13:04:19 +00:00

🔧 Increase the summary horizontal padding

This commit is contained in:
Stefano Pigozzi 2021-05-11 18:27:58 +02:00
parent adba8507cf
commit d8ac277f47
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -58,7 +58,7 @@
.Middle { .Middle {
flex-grow: 1; flex-grow: 1;
height: 60px; height: 60px;
padding: 5px; padding: 5px 20px;
background-color: var(--bg-light); background-color: var(--bg-light);