Progress in polishing

This commit is contained in:
BOT Alex 2024-06-08 15:53:42 +02:00
parent 7c01dcef6f
commit 74ed2460b3
4 changed files with 28 additions and 10 deletions

View file

@ -48,16 +48,22 @@
> div {
&:first-child {
width: 35%;
text-align: center;
font-size: 4mm;
display: grid;
place-content: center start;
border-right: rgba(128, 128, 128, 0.4) dashed 0.1mm;
}
&:nth-child(2) {
width: 65%;
font-size: 3.75mm;
display: flex;
align-self: flex-end;
font-size: 3.25mm;
display: grid;
place-content: center;
padding-left: 1mm;
}
}
}