Progress in polishing
This commit is contained in:
parent
7c01dcef6f
commit
74ed2460b3
4 changed files with 28 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue