Skip to content

Commit

Permalink
Update upcoming activities style
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdijk committed Jan 4, 2024
1 parent 07dd092 commit ebadc37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions narrowcast_content/upcoming_activities/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ html, body {
body {
display: grid;
grid-template-columns: auto;
grid-template-rows: 170px auto;
grid-template-rows: 190px auto;
height: 100vh;
background-color: white;
}
Expand Down Expand Up @@ -68,7 +68,7 @@ body {
}

.top-bar img {
height: 112px;
height: 125px;
justify-self: end;
align-self: center;
grid-column: 2;
Expand Down Expand Up @@ -100,7 +100,7 @@ body {

.date {
grid-column: 1;
margin: 45px 0px 45px 45px;
margin: 30px 0px 30px 45px;
}

.activities {
Expand Down

0 comments on commit ebadc37

Please sign in to comment.