Skip to content

Commit

Permalink
Make major changes on the files
Browse files Browse the repository at this point in the history
  • Loading branch information
katarighe committed Jun 30, 2023
1 parent 216ab44 commit 60744a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
8 changes: 2 additions & 6 deletions css/desktop.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ nav {

/* Partners */
.partners-desktop {
display: flex;
width: 100%;
opacity: 0.9;
margin: 0;
Expand All @@ -259,6 +260,7 @@ nav {

.partners-desktop-heading {
margin-top: 1%;
text-align: center;
}

.partners-desktop-list ul {
Expand Down Expand Up @@ -289,12 +291,6 @@ nav {
cursor: pointer;
}

@media screen and (min-width: 375px) {
.partners-mobile {
display: none;
}
}

/* About Us */
.horizontal-line {
width: 100px;
Expand Down
8 changes: 4 additions & 4 deletions css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,6 @@ nav h2 {
flex-direction: row;
}

/* .partners-desktop {
display: none;
} */

.list-item-mobile-container {
margin: 10% 5%;
}
Expand Down Expand Up @@ -438,3 +434,7 @@ nav h2 {
.host-mobile img {
width: 100px;
}

.partners-desktop {
display: none;
}
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ <h2 class="featured-speakers-header light-black heading-medium">This Years Confe
MORE <i class="fas fa-angle-down down-arrow"></i>
</button>
</section>

<section class="partners-desktop bg-light-black flex-column-center" id="partners-desktop">
<h2 class="partners-desktop-heading light-grey heading-medium">This Years Partners</h2>
<hr class="horizontal-line text-center" />
Expand Down

0 comments on commit 60744a6

Please sign in to comment.