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

🔧 Make the left and right summary parts a little bit wider

This commit is contained in:
Steffo 2021-05-15 17:21:27 +02:00
parent 7b811a205f
commit 0187517943
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -16,7 +16,7 @@
} }
.Left { .Left {
width: 250px; width: 280px;
height: 60px; height: 60px;
display: grid; display: grid;
@ -97,7 +97,7 @@
} }
.Right { .Right {
width: 250px; width: 280px;
height: 60px; height: 60px;
padding: 5px; padding: 5px;