Skip to content

Commit

Permalink
update colours on data page and margin on event (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmpickford authored Aug 6, 2023
1 parent 29cedb7 commit cdf4870
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/layouts/dataset_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
a {
text-decoration: none;
text-align: center;
color: #ddd;
color: #fff;
margin: 0.5em;

article {
background-image: url("/assets/cta.png");
background-size: cover;
background-position: center center;
width: 350px;
color: #ddd;
color: #fff;
display: flex;
align-content: stretch;
align-items: stretch;
}

h3, h4, p {
color: #ddd;
color: #fff;
}

div {
Expand Down
8 changes: 4 additions & 4 deletions app/assets/stylesheets/layouts/event_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
.sponsor {
width: 30%;
}

.info {
margin-bottom: 2rem;
}
}

.sponsors {
Expand Down Expand Up @@ -139,10 +143,6 @@
width: 75%;
}

.info {
padding: 0 1rem;
}

.grey-line {
width: 90%;
margin: 0 auto;
Expand Down

0 comments on commit cdf4870

Please sign in to comment.