add program lines style mobile
This commit is contained in:
parent
38da839b89
commit
ea0cb004aa
6 changed files with 68 additions and 38 deletions
|
|
@ -200,7 +200,14 @@ img.show {
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
.mobile-group {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
.mobile-group {
|
||||
display: block;
|
||||
}
|
||||
.logo {
|
||||
font-size: 6vw;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue