12 lines
166 B
SCSS
12 lines
166 B
SCSS
$titleImage-size: $font-size-h1 + 10px;
|
|
|
|
.titleImage {
|
|
height: $titleImage-size;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.submit {
|
|
text-align: center;
|
|
}
|
|
}
|