Spaces:
Running
Running
File size: 244 Bytes
82b391b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
.field {
height: fit-content;
display: flex;
align-items: center;
gap: 16px;
padding-right: 15px;
}
.field .about {
font-size: 14px;
color: var(--colour-3);
}
@media screen and (max-width: 990px) {
.field {
width: fit-content;
}
}
|