better title centering

This commit is contained in:
Egor 2018-10-09 20:25:33 -07:00
parent 41d989e8bc
commit b9c40a6bda

View file

@ -22,8 +22,11 @@
#bridge-finder,
.ready-block {
text-align: center;
font-size: 16px;
#intro {
text-align: center;
}
}
#bridge-finder {
@ -67,6 +70,13 @@
}
}
@media (min-width: 769px) {
#bridge-finder,
.ready-block {
text-align: center;
}
}
@media (max-width: 768px) {
.ready-block {
margin-bottom: 10px;