mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change min width
This commit is contained in:
parent
9f39ac883f
commit
06892f535f
@ -19,7 +19,13 @@ export default {
|
||||
<style>
|
||||
#app {
|
||||
height: 100%;
|
||||
min-width: 500px;
|
||||
min-width: 360p;
|
||||
font-size: 1rem;
|
||||
}
|
||||
@media screen and (max-width: 500px) {
|
||||
#app {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
}
|
||||
|
||||
.pointer {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user