fix mobile bugs
This commit is contained in:
parent
3cec5b4f8c
commit
bcd86c1ebe
1 changed files with 10 additions and 1 deletions
|
|
@ -90,6 +90,10 @@ a {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.burger-menu {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
|
box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
|
||||||
|
|
@ -332,7 +336,12 @@ main {
|
||||||
|
|
||||||
.concert-cover {
|
.concert-cover {
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
margin-left: 5px;
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.concert-cover > img {
|
||||||
|
max-width: 100px;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.concert-overview {
|
.concert-overview {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue