Skip to content

Commit

Permalink
Merge pull request #264 from OCHA-DAP/feature/HDX-9843-add-agenda
Browse files Browse the repository at this point in the history
HDX-9843 fix line-height for timetable
  • Loading branch information
ccataalin authored May 23, 2024
2 parents 56d11fe + 29b9d98 commit da75e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 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=6'; ?>"/>
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri().'/blank-pages.css?v=7'; ?>"/>
</head>
<body>

Expand Down
1 change: 1 addition & 0 deletions src/scss/blank-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ $malibu-color: #5EB1E4;
font-size: 22px;
border-left: 1px solid $green-color;
font-weight: 300;
line-height: 26px;
}

.feature {
Expand Down

0 comments on commit da75e0e

Please sign in to comment.