12 lines
169 B
SCSS
12 lines
169 B
SCSS
.buttonText {
|
|
font-weight: 400;
|
|
font-size: 18px;
|
|
line-height: 25px;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
.buttonDataContainer {
|
|
max-width: 183px;
|
|
}
|
|
}
|