Skip to content

Commit

Permalink
Mobile View Fixes (#14)
Browse files Browse the repository at this point in the history
* Project card update

* Updated with project app

* Updated with acmurl

* Adjustments for mobile view

* Fixed bug with image heights

* Small change to archive grid
  • Loading branch information
angela139 authored Sep 26, 2023
1 parent 62c357d commit b8df7f3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/components/navbar/Navbar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
//padding-top: 9px;
//padding-bottom: 9px;
padding: 16px 30px 16px 30px;
margin-left: 32px;
display: flex;
flex-flow: row nowrap;

Expand Down
2 changes: 1 addition & 1 deletion src/components/project-card/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
display: grid;
max-width: 95%;
margin: 0 auto;
grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
margin-top: 2rem;
margin-bottom: 2rem;
row-gap: 2rem;
Expand Down
1 change: 0 additions & 1 deletion src/components/team-card/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
background-color: vars.$darker-white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
text-decoration: none;
border-radius: 0.5rem;
Expand Down
3 changes: 1 addition & 2 deletions src/sections/Timer/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
}

@media only screen and (max-width: 500px) {
margin: 80px 0;

.home__communities__grid {
padding: 0;
Expand All @@ -138,7 +137,7 @@
flex-direction: column;
}
&__info {
width: 550px !important;
width: 100%;
padding: 20px;
text-align: left;
font-size: 18px;
Expand Down

0 comments on commit b8df7f3

Please sign in to comment.