Updated logos, Improved UX a bit

Update footer.php, header-lang.php, and 40 more files...
This commit is contained in:
2022-06-28 16:21:45 +02:00
parent 395f9b680e
commit eab1699642
36 changed files with 29 additions and 501 deletions

View File

@@ -195,6 +195,11 @@ h3.content-search-title {
div.content-tag-container a:not(:first-child) {
margin-left: 10px;
}
div.content-tag-container a, div.content-tag-container i {
/* Doesn't fix the line return issue ! */
display: inline-block;
}
/* Adding a margin to buttons present right after another one */
button + button, .button-link + .button-link > button {
margin-left: 1.5rem !important;