Skip to content

Commit

Permalink
Make overrides for new front page the default
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Sep 27, 2024
1 parent 47c3945 commit c5f9d99
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions scss/modules/events.scss
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
// New front page overrides
.page-node-6415 {
.view-upcoming-events {
.event-date {
@media (min-width: #{$screen-tablet}) {
flex: 1 1 35%;
max-width: 35%;
}
}

.datetime {
font-size: 1.15rem;

@media (min-width: #{$screen-desktop}) {
font-size: 1.25rem;
}
}
}
}

// Events
.view-upcoming-events {
.node {
Expand Down Expand Up @@ -52,8 +32,8 @@
padding: 10px 0;

@media (min-width: #{$screen-tablet}) {
flex: 1 1 25%;
max-width: 25%;
flex: 1 1 35%;
max-width: 35%;
padding-bottom: 0;
padding-right: 20px;
}
Expand All @@ -69,11 +49,11 @@

.datetime {
color: $blue;
font-size: 14px;
font-size: 1.15rem;
line-height: 22px;

@media (min-width: #{$screen-desktop}) {
font-size: 20px;
font-size: 1.25rem;
line-height: 30px;
}
}
Expand Down

0 comments on commit c5f9d99

Please sign in to comment.