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;
}
}
}

View File

@ -72,7 +72,10 @@
justify-items: start;
width: 100%;
border-bottom: 0.25mm solid #000000;
&:not(:last-child) {
border-bottom: 0.25mm solid #000000;
}
& > div {
padding-left: 3mm;

View File

@ -72,7 +72,10 @@
justify-items: start;
width: 100%;
border-bottom: 0.25mm solid #000000;
&:not(:last-child) {
border-bottom: 0.25mm solid #000000;
}
& > div {
padding-left: 3mm;

View File

@ -44,16 +44,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;
}
}
}