mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
🔧 Make the left and right summary parts a little bit wider
This commit is contained in:
parent
7b811a205f
commit
0187517943
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
|
||||
.Left {
|
||||
width: 250px;
|
||||
width: 280px;
|
||||
height: 60px;
|
||||
|
||||
display: grid;
|
||||
|
@ -97,7 +97,7 @@
|
|||
}
|
||||
|
||||
.Right {
|
||||
width: 250px;
|
||||
width: 280px;
|
||||
height: 60px;
|
||||
padding: 5px;
|
||||
|
||||
|
|
Loading…
Reference in a new issue