10 lines
190 B
CSS
10 lines
190 B
CSS
.info {
|
|
display: inline-block;
|
|
font-family: Montserrat;
|
|
font-size: smaller;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
text-decoration: none;
|
|
color: var(--color-primary);
|
|
}
|