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:
parent
7b811a205f
commit
0187517943
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue