1
0
Fork 0
mirror of synced 2024-08-15 18:11:40 +12:00

border changes

This commit is contained in:
Gerard Burns 2023-08-20 15:04:18 +01:00
parent 5aea392616
commit 6f4d92c3af

View file

@ -13,12 +13,12 @@
.panel { .panel {
width: 310px; width: 310px;
height: 100%; height: 100%;
border-right: 1px solid var(--grey-2); border-right: 2px solid var(--grey-2);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.divider { .divider {
border-bottom: 1px solid var(--grey-2); border-bottom: 2px solid var(--grey-2);
} }
</style> </style>