Fix formatting for the Linux news and server observation pages
Some checks are pending
build-docker / Build Image (push) Waiting to run
Some checks are pending
build-docker / Build Image (push) Waiting to run
This commit is contained in:
parent
67fa4d649a
commit
6f76316612
3 changed files with 7 additions and 3 deletions
|
|
@ -30,6 +30,7 @@
|
||||||
.story {
|
.story {
|
||||||
height: 116px;
|
height: 116px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline {
|
.headline {
|
||||||
|
|
@ -44,11 +45,12 @@
|
||||||
|
|
||||||
.blurb {
|
.blurb {
|
||||||
font-family: 'Star4000';
|
font-family: 'Star4000';
|
||||||
font-size: 14pt;
|
font-size: 12pt;
|
||||||
line-height: 16px;
|
line-height: 10pt;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@include u.text-shadow();
|
@include u.text-shadow();
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
padding-right: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,8 @@
|
||||||
height: 250px;
|
height: 250px;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
margin-top: 16px;
|
||||||
|
padding-right: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.server-line {
|
.server-line {
|
||||||
|
|
|
||||||
2
server/styles/ws.min.css
vendored
2
server/styles/ws.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue