Skip to content

Commit

Permalink
Remove erroneous styles
Browse files Browse the repository at this point in the history
  • Loading branch information
quincylvania committed Jan 18, 2024
1 parent 932d037 commit 1192a06
Showing 1 changed file with 0 additions and 85 deletions.
85 changes: 0 additions & 85 deletions _sass/dogwood/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1134,91 +1134,6 @@ table.schedule {
justify-content: center;
}
}

.homepage {
.app-gallery {
display: flex;
flex-wrap: wrap;
position: relative;
left: -$sp*0.5;
width: calc(100% + $sp);

.app {
position: relative;
text-align: center;
width: calc(($content-width + $sp)/3);
padding: 0 $sp*0.5 $sp $sp*0.5;
}
.app-sign {
position: relative;
transition: transform 100ms ease-in-out;
&:hover {
transform: scale(1.04);
z-index: 9999;
}
margin-bottom: $sp*0.25;
}
.tagline {
font-weight: 600;
}
}

.map-section {
background-color: #F9F5F1;
border-top: 1px solid #e5e2de;
border-bottom: 1px solid #e5e2de;
}
.map-container {
padding-left: $container-padding*2;
padding-right: $container-padding*2;
margin: 0 auto;

@media only screen and (max-width: $container-width) {
padding-left: $container-padding;
padding-right: $container-padding;
}
}
iframe.mapframe {
width: 100%;
height: 75vh;
border: 1px solid #e5e2de;
}

@media only screen and (max-width: $sections-width) {
.app-gallery {
justify-content: center;
}
.section-header {
text-align: center;
justify-content: center;
}
}

.splash {
width: 100%;
background-position: center top;
background-size: cover;
padding-top: 25vw;
}

.splash-body {
border-top: 1px solid $alpha-grid-color;
text-align: center;
color: white;
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
img {
height: 160px;
width: 160px;
margin-top: -80px;
margin-left: auto;
margin-right: auto;
margin-bottom: $sp;
}
background: rgba(2, 45, 77, 0.94);
padding-bottom: $sp;
}
}
&:not(.pages-list):not(.people-list):not(.swag-list) {

.item-listing {
Expand Down

0 comments on commit 1192a06

Please sign in to comment.