Skip to content

Commit

Permalink
Make adjustments on the Desktop CSS contents.
Browse files Browse the repository at this point in the history
  • Loading branch information
katarighe committed Jul 1, 2023
1 parent 16fb1f2 commit b0d557e
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions css/desktop.css
Original file line number Diff line number Diff line change
Expand Up @@ -272,16 +272,13 @@ nav {
display: flex;
flex-direction: row;
width: 100%;
margin: 5px;
padding-left: 100px;
padding-right: 100px;
padding-bottom: 10px;
padding-top: 5px;
gap: 50px;
margin: 2px;
padding: 5px 120px 20px;
gap: 5px;
}

.list-item-desktop {
width: 200px;
width: 120px;
height: 50px;
}

Expand Down Expand Up @@ -395,15 +392,16 @@ nav {
display: flex;
align-items: center;
justify-content: center;
padding: 0.5% 20%;
padding: 3% 20%;
gap: 125px;
width: 100%;
}

.about-footer-desktop {
display: flex;
align-items: center;
justify-content: center;
padding: 0.5% 20%;
padding: 3% 20%;
gap: 125px;
background-color: #272a31;
}
Expand All @@ -425,7 +423,7 @@ nav {
}

.host-desktop img {
width: 65%;
width: 70%;
}

.host-title {
Expand Down

0 comments on commit b0d557e

Please sign in to comment.