This commit is contained in:
Kenneth Jannette
2024-01-25 16:13:45 -06:00
parent 670aa1f997
commit 388ff72d10
2 changed files with 21 additions and 1 deletions

View File

@@ -28,9 +28,22 @@
.radio-name-box {
height: 40px;
width: 70%;
font-family: var(--main-font);
font-family: Roboto;
font-weight: 500;
letter-spacing: 0.05rem;
margin: 13px 8px;
}
.radio-price-box {
display: flex;
flex-direction: row-reverse;
margin: 16px 8px;
width: 30%;
}
.radio-price {
width: 20px;
float: right;
}