Skip to content

Commit

Permalink
minor style updates based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bulbil committed Feb 12, 2024
1 parent 4df6c1e commit 44b9c19
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/css/components/_post-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@include get-map-values($serif);
padding-top: $spacing-01;
font-size: 1.75rem;
text-transform: uppercase;
text-transform: capitalize;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/pages/_post-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

.p-post-page__label,
.p-post-page__value {
@include get-map-values($serif);
@include get-map-values($sans);
margin-bottom: $spacing-01;

@include breakpoint("medium") {
Expand Down
2 changes: 1 addition & 1 deletion includes/searchbox.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="searchbox">
<span class="searchbox__label">SEARCH</span>
<form id="searchbox__form">
<input type="search" placeholder="Enter a keyword" />
<input type="search" placeholder="Search" />
<button type="submit"><svg width="28" height="28" viewBox="12 10 21 21" fill="none"
xmlns="http://www.w3.org/2000/svg">
<g>
Expand Down
3 changes: 0 additions & 3 deletions layouts/post-page.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ layout: default

{% if event_display_date %}
<div class="p-post-page__metadata p-post-page__section">
<div class="p-post-page__field">
<span class="p-post-page__value">{{ title }}</span>
</div>
<div class="p-post-page__field">
<span class="p-post-page__label">Date</span>
<span class="p-post-page__value">{{ event_display_date }}</span>
Expand Down
2 changes: 1 addition & 1 deletion pages/search.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permalink: /search/

<div class="p-search__wrapper no-results">
<div class="page-title p-search__page-header">
<div class="p-search__results-label"><p>Showing results for:</p></div>
<div class="p-search__results-label"><p>Showing <span></span>results for:</p></div>
<h2 class="page-title" data-search-query></h2>
</div>

Expand Down

0 comments on commit 44b9c19

Please sign in to comment.