Tweaks to styling, navbar image-border, and fixes to inconsistent responsive layout across pages other than main.php
All checks were successful
Website Sync / website-sync (push) Successful in 7s

This commit is contained in:
2026-02-16 23:39:53 -03:00
parent f88db6a83b
commit d6d1d60b0e
6 changed files with 42 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
/* RESPONSIVE DESIGN, LAPTOP SLIM */
@media only all and (max-width:1175px){
@media only all and (max-width:1225px){
/* ------------- Order ------------- */
.blinkies.one { order: 1; }
.articles { order: 4; }

View File

@@ -13,8 +13,6 @@
.verticalscroll { display: flex; }
.scroll_below-clip-box { display: block; }
.navbar.bot > .about, .navbar.bot > .logo, .navbar.bot > .lang-picker { display: none; }
/* Decoration */
#try_hovering--blinkie { display: none; }
@@ -41,7 +39,7 @@
right: 0; /* There is a slight inconsistency with this, as scrollbar width isn't considered with fixed, but the blank version does contemplate, creating a gap wider than expected */
margin: var(--gap);
justify-content: center;
height: calc(100% - var(--mobile-botnavbar-height) - var(--mobile-topnavbar-height) - var(--gap) * 2);
height: calc(100% - (var(--mobile-botnavbar-height) + 5px) - (var(--mobile-topnavbar-height) + 5px) - var(--gap) * 2);
width: var(--scrolls-height);
overflow: hidden;}