fix separator width

This commit is contained in:
Late Night Defender 2024-06-19 21:07:24 +07:00
parent 658bf29a41
commit 179648cdf3

View file

@ -118,7 +118,7 @@ html *
} }
.separator { .separator {
width: 15cm; max-width: 15cm;
height: 1px; height: 1px;
background-color: rgba(237, 237, 237, 1); background-color: rgba(237, 237, 237, 1);
} }
@ -281,7 +281,7 @@ html *
} }
.separator { .separator {
width: 15cm; max-width: 15cm;
height: 1px; height: 1px;
background-color: #232323; background-color: #232323;
} }