10 lines
113 B
SCSS
10 lines
113 B
SCSS
|
.titleImage {
|
||
|
height: 46px;
|
||
|
}
|
||
|
|
||
|
@media (max-width: 767px) {
|
||
|
.submit {
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|