better title centering
This commit is contained in:
parent
41d989e8bc
commit
b9c40a6bda
1 changed files with 11 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Reference in a new issue