🎨 Move some hardcoded style to CSS
Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
@@ -7,6 +7,19 @@
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
p.ticketid {
|
||||
color: gray;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
span.requestinfo {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
span.requestinfo-spaced {
|
||||
margin-left: 1%;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.bd-placeholder-img-lg {
|
||||
font-size: 3.5rem;
|
||||
@@ -16,16 +29,16 @@
|
||||
main > .container {
|
||||
padding: 60px 15px 0;
|
||||
}
|
||||
|
||||
|
||||
.footer {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
|
||||
.footer > .container {
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
|
||||
code {
|
||||
font-size: 80%;
|
||||
}
|
||||
@@ -42,24 +55,24 @@ code {
|
||||
padding-bottom: 6rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.jumbotron p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
.jumbotron h1 {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
|
||||
.jumbotron .container {
|
||||
max-width: 40rem;
|
||||
}
|
||||
|
||||
|
||||
footer {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
|
||||
|
||||
footer p {
|
||||
margin-bottom: .25rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user