Skip to content

Commit fe470d2

Browse files
committed
Small improvements in UI for Mobile
1 parent 7ea5c41 commit fe470d2

File tree

5 files changed

+930
-919
lines changed

5 files changed

+930
-919
lines changed

public/css/homePage.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ body {
225225
margin: 0;
226226
background-color: rgb(232, 240, 254);
227227
}
228-
229228
#hero .container {
230229
position: relative;
231230
z-index: 3;
@@ -309,6 +308,18 @@ body {
309308
line-height: 40px;
310309
}
311310

311+
@media (max-width: 768px) {
312+
#registerSecondButtonHomePage {
313+
display: none !important;
314+
}
315+
}
316+
317+
@media (max-width: 768px) {
318+
#hero {
319+
background-image: none;
320+
}
321+
}
322+
312323
#hero h2 {
313324
font-size: 20px;
314325
}

0 commit comments

Comments
 (0)