Fixed styling issue on mobile view with banner text.
This commit is contained in:
parent
7ead111a3b
commit
901a3272e3
1 changed files with 6 additions and 0 deletions
6
public/assets/css/styles.css
vendored
6
public/assets/css/styles.css
vendored
|
@ -254,3 +254,9 @@ body {
|
|||
margin:0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 502px) {
|
||||
.banner h1 {
|
||||
position:static;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue