#Weird Text Formatting on stardustlabs.net

5 messages · Page 1 of 1 (latest)

primal escarp
calm moth
#

yeah this has been an issue for the entire time the website has existed

primal escarp
#

k

hollow urchin
#

css is the problem:

@media (min-width: 768px)
.fe-block-yui_3_17_2_1_1661211192195_155127 {
grid-area: 2/15/4/20;
z-index: 2;
}

It shout be:

@media (min-width: 768px)
.fe-block-yui_3_17_2_1_1661211192195_155127 {
grid-area: 2/15/4/21;
z-index: 2;
}

no garentie 😅

calm moth
#

the site is built using squarespace (graphical website designer) so im guessing its them who fucked it up