1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +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 {
width: 310px;
height: 100%;
border-right: 1px solid var(--grey-2);
border-right: 2px solid var(--grey-2);
display: flex;
flex-direction: column;
}
.divider {
border-bottom: 1px solid var(--grey-2);
border-bottom: 2px solid var(--grey-2);
}
</style>