Add FAQ page template and improve button styling
Update frontpage content and styling Add metadata for new FAQ pages Implement consistent button styling across templates
This commit is contained in:
parent
f906c5b444
commit
89c4ce89b6
9 changed files with 184 additions and 36 deletions
|
|
@ -23,6 +23,7 @@
|
|||
<?php if ($item['summary']): ?>
|
||||
<p><?= htmlspecialchars($item['summary']) ?></p>
|
||||
<?php endif; ?>
|
||||
<a href="<?= htmlspecialchars($item['url']) ?>" class="button">Les mer</a>
|
||||
</article>
|
||||
<?php endforeach; ?>
|
||||
</article>
|
||||
|
|
@ -44,6 +45,11 @@ main > article {
|
|||
h1 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
> .button {
|
||||
margin-left: 1rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue