Fixed up some phone rendering issues.
This commit is contained in:
@@ -18,9 +18,15 @@ body {
|
||||
.container .container-fluid {
|
||||
display: flex;
|
||||
}
|
||||
body.phone .logo {
|
||||
display: none;
|
||||
}
|
||||
.container .container-fluid .logo img {
|
||||
max-height: 220px;
|
||||
margin-right: 40px;
|
||||
}
|
||||
.container .container-fluid .banner {
|
||||
}
|
||||
body.phone .calBanner .col:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user