redesign #1

Merged
fred.boniface merged 115 commits from redesign into main 2022-10-29 20:12:58 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit e5821b63e2 - Show all commits

View File

@ -61,12 +61,14 @@
</a>
<a href="https://fb.me/fred.boniface" target="_blank" rel="noreferrer noopener"></a>
<picture>
<source media="(min-width: 399px)" srcset="/images/social-icons/fb_blue_144.png" type="image/png">
<source srcset="/images/social-icons/fb_blue_58.png" type="image/png">
<img src="/images/social-icons/fb_blue_58.png" alt="Facebook Logo">
</picture>
</a>
<a href="https://github.com/frdbonif" target="_blank" rel="noreferrer noopener">
<picture>
<source media="(min-width: 399px)" srcset="/images/gh_white_120.png" type="image/png">
<source srcset="/images/social-icons/gh_white_64.png" type="image/png">
<img src="/images/social-icons/gh_white_64.png" alt="Github Logo">
</picture>

View File

@ -128,7 +128,7 @@ body {
display: block;
white-space: nowrap;
}
@media screen and (max-height: 400px){#sidebar a{margin-top:0px;padding-top:0px}}
@media screen and (max-height: 400px){#sidebar a{margin-top:0px;padding-top:0px}}
#sidebar a:hover {color: var(--main-text-color)}
#sidebar a:active {color: var(--main-text-color)}
#sidebar_logo {