leo-huovi commited on
Commit
a65c344
1 Parent(s): e3fa145

mobile UI width

Browse files
Files changed (1) hide show
  1. static/style.css +14 -0
static/style.css CHANGED
@@ -167,6 +167,20 @@ button {
167
  }
168
  }
169
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
170
  @media screen and (max-height: 400px) {
171
  button {
172
  font-size: 14px;
 
167
  }
168
  }
169
 
170
+ @media screen and (max-width: 500px) {
171
+ .kielen_nimi {
172
+ font-size: 12px;
173
+ }
174
+
175
+ .child {
176
+ margin: 0 1em;
177
+ }
178
+
179
+ .image {
180
+ margin: 0 0.5em;
181
+ }
182
+ }
183
+
184
  @media screen and (max-height: 400px) {
185
  button {
186
  font-size: 14px;