mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-25 01:45:35 +08:00
Update footer & styling (#127)
* Add DO to footer & update styling * Fix a DO body styling issue whilst we're here * Fix another issue from DO styling
This commit is contained in:
committed by
Bálint Szekeres
parent
0d8ff2e44a
commit
e40c2edfa0
@@ -4,6 +4,10 @@ body {
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
color: #212529;
|
||||
text-align: left;
|
||||
|
||||
.wrapper.layout-wrapper {
|
||||
padding: 0;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
@@ -7,6 +7,7 @@ section.steps .commands {
|
||||
border: 1px solid #e8e8e8;
|
||||
|
||||
pre {
|
||||
padding: 0;
|
||||
margin-bottom: 0;
|
||||
font-size: inherit;
|
||||
|
||||
|
@@ -1,10 +1,8 @@
|
||||
footer {
|
||||
padding: 2rem 0 0.5rem;
|
||||
padding: 2rem 0 0;
|
||||
text-align: center;
|
||||
font-size: 0.8rem;
|
||||
|
||||
.balaton {
|
||||
height: 1.6rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
font-size: .8rem;
|
||||
background: #fff;
|
||||
box-shadow: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user