Skip to content

Commit

Permalink
Use spectral for subtitle (#254)
Browse files Browse the repository at this point in the history
* feat: ✨ use spectral for subtitle

* fix: 🩹 revert unwanted style changes
  • Loading branch information
nicolaskempf57 authored Dec 11, 2023
1 parent e6fca0e commit 66dd2d9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ const goToPage = (page) => {
"
>
<div class="fr-container">
<h1 class="main-title">{{ homepageTitle }}</h1>
<div class="subtitle fr-mt-4w fr-mb-4w">
<h1 class="main-title fr-mb-3v">
{{ homepageTitle }}
</h1>
<div class="subtitle fr-text--alt fr-mb-4w">
<span v-html="markdown.render(homepageSubTitle)" />
</div>
<div class="search-bar" v-if="searchConfig.display">
Expand Down Expand Up @@ -108,7 +110,7 @@ const goToPage = (page) => {
margin-right: 20px;
}
}
@media (max-width: 1180px) {
@media (max-width: 1248px) {
.or-sep {
width: 100%;
margin-top: 10px;
Expand Down

0 comments on commit 66dd2d9

Please sign in to comment.