Fix formatting for the Linux news and server observation pages
Some checks are pending
build-docker / Build Image (push) Waiting to run

This commit is contained in:
mrkmntal 2026-04-11 18:02:07 -04:00
commit 6f76316612
3 changed files with 7 additions and 3 deletions

View file

@ -30,6 +30,7 @@
.story {
height: 116px;
overflow: hidden;
margin-top: 20px;
}
.headline {
@ -44,11 +45,12 @@
.blurb {
font-family: 'Star4000';
font-size: 14pt;
line-height: 16px;
font-size: 12pt;
line-height: 10pt;
color: #fff;
@include u.text-shadow();
overflow: hidden;
padding-right: 30px;
}
}
}

View file

@ -36,6 +36,8 @@
height: 250px;
padding: 0 8px;
box-sizing: border-box;
margin-top: 16px;
padding-right: 30px;
}
.server-line {

File diff suppressed because one or more lines are too long