mirror of
https://github.com/ssyyhhrr/stewardle.git
synced 2025-11-08 10:33:46 -05:00
Mobile CSS Fix
This commit is contained in:
@@ -566,22 +566,6 @@ p a:hover {
|
||||
}
|
||||
|
||||
@media(max-width:740px) {
|
||||
h2 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.input {
|
||||
width: 360px;
|
||||
}
|
||||
|
||||
.tutorial {
|
||||
min-width: 360px;
|
||||
overflow-y: scroll;
|
||||
@@ -608,15 +592,15 @@ p a:hover {
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1em;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 0.8em;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
.frame {
|
||||
@@ -641,7 +625,7 @@ p a:hover {
|
||||
}
|
||||
|
||||
.input {
|
||||
width: 280px;
|
||||
width: 360px;
|
||||
}
|
||||
|
||||
.info {
|
||||
|
||||
Reference in New Issue
Block a user