Skip to content

Commit

Permalink
Merge pull request #266 from OCHA-DAP/feature/HDX-9843-add-speakers
Browse files Browse the repository at this point in the history
HDF - add speakers
  • Loading branch information
ccataalin authored Jun 4, 2024
2 parents dcc4418 + 7f2abbc commit d106201
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/page-templates/blank.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<meta name="msapplication-TileImage" content="https://centre.humdata.org/wp-content/uploads/2018/07/favicon_32x32.png">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri().'/blank-pages.css?v=7'; ?>"/>
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri().'/blank-pages.css?v=8'; ?>"/>
</head>
<body>

Expand Down
11 changes: 11 additions & 0 deletions src/scss/blank-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ $malibu-color: #5EB1E4;
.event {
margin-bottom: 1rem;
border-bottom: 1px solid $green-color;
&.with-panellists {
border-bottom: 0;
}
.time {
font-size: 20px;
font-weight: 500;
Expand All @@ -224,6 +227,14 @@ $malibu-color: #5EB1E4;
font-weight: 500;
margin-bottom: 1rem;
}
.speaker {
font-size: 20px;
font-weight: 300;
margin-bottom: 0;
&:last-child {
margin-bottom: 1rem;
}
}
.description {
font-size: 20px;
font-weight: 300;
Expand Down

0 comments on commit d106201

Please sign in to comment.