We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf8936 commit d098c18Copy full SHA for d098c18
src/style.css
@@ -272,8 +272,27 @@ h1.no-style {
272
273
/*** MOBILE FRIENDLY ***/
274
275
+@media (max-width: 400px) {
276
+
277
+ .thumbnail,
278
+ #about-img,
279
+ #lokole-img,
280
+ #image-team {
281
+ max-width: 260px;
282
+ }
283
284
+}
285
286
@media (max-width: 700px) {
287
288
+ #upgrade-cost {
289
+ display: none;
290
291
292
+ section {
293
+ margin-bottom: 3em;
294
295
296
#history-convert {
297
align-content: center;
298
align-items: center;
0 commit comments