Skip to content

Commit d098c18

Browse files
committed
Fix mobile view
1 parent cbf8936 commit d098c18

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/style.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,27 @@ h1.no-style {
272272

273273
/*** MOBILE FRIENDLY ***/
274274

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+
275286
@media (max-width: 700px) {
276287

288+
#upgrade-cost {
289+
display: none;
290+
}
291+
292+
section {
293+
margin-bottom: 3em;
294+
}
295+
277296
#history-convert {
278297
align-content: center;
279298
align-items: center;

0 commit comments

Comments
 (0)