Skip to content

Commit

Permalink
Small improvements in UI for Mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
foivospro committed Nov 9, 2024
1 parent 7ea5c41 commit fe470d2
Show file tree
Hide file tree
Showing 5 changed files with 930 additions and 919 deletions.
13 changes: 12 additions & 1 deletion public/css/homePage.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ body {
margin: 0;
background-color: rgb(232, 240, 254);
}

#hero .container {
position: relative;
z-index: 3;
Expand Down Expand Up @@ -309,6 +308,18 @@ body {
line-height: 40px;
}

@media (max-width: 768px) {
#registerSecondButtonHomePage {
display: none !important;
}
}

@media (max-width: 768px) {
#hero {
background-image: none;
}
}

#hero h2 {
font-size: 20px;
}
Expand Down
Loading

0 comments on commit fe470d2

Please sign in to comment.