♿️ 🐛 Improve navigation
This commit is contained in:
parent
0923f5dd10
commit
4401edf38b
2 changed files with 8 additions and 3 deletions
|
@ -48,6 +48,7 @@ header#main-header {
|
|||
padding:8px;
|
||||
a {
|
||||
color:white!important;
|
||||
outline-color: white;
|
||||
border-radius: var(--border-radius);
|
||||
padding:8px;
|
||||
}
|
||||
|
@ -184,6 +185,10 @@ article {
|
|||
margin: 0 0 1rem 0
|
||||
}
|
||||
|
||||
.no-margin {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
p:last-child {
|
||||
margin-bottom: 0
|
||||
}
|
||||
|
|
|
@ -49,11 +49,11 @@
|
|||
<div class="author-identity">
|
||||
<img alt="" class="avatar u-photo photo" src="<?php echo ($page->user('profilePicture'));?>" height="64" width="64" decoding="async">
|
||||
<div class="author-metadata">
|
||||
<div class="author-pseudo">
|
||||
<p class="author-pseudo no-margin">
|
||||
Écrit par <a href="<?php echo $page->user('authorUri'); ?>" class="p-name fn"><?php echo $page->user('displayName'); ?></a>
|
||||
<span class="pill p-pronouns"><?php echo $page->user('pronouns'); ?></span>
|
||||
</div>
|
||||
<div class="p-note note"><?php echo $page->user('description'); ?></div>
|
||||
</p>
|
||||
<p class="p-note note no-margin"><?php echo $page->user('description'); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="author-links">
|
||||
|
|
Loading…
Add table
Reference in a new issue