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
pull/129/head
Matt (IPv4) Cowley 2019-11-19 21:19:26 +00:00 committed by Bálint Szekeres
parent 0d8ff2e44a
commit e40c2edfa0
5 changed files with 14 additions and 10 deletions

View File

@ -59,7 +59,7 @@
"build:scss:prod": "npm run build:scss -- --output-style=compressed", "build:scss:prod": "npm run build:scss -- --output-style=compressed",
"build:scss:watch": "npm run build:scss -- --watch", "build:scss:watch": "npm run build:scss -- --watch",
"autoprefixer": "postcss public/assets/css/app.min.css --use autoprefixer --no-map --replace --verbose", "autoprefixer": "postcss public/assets/css/app.min.css --use autoprefixer --no-map --replace --verbose",
"browsersync": "browser-sync 'public/' --watch", "browsersync": "browser-sync 'public/' --watch --cors",
"lint": "eslint resources/js/app.js", "lint": "eslint resources/js/app.js",
"lint:fix": "npm run lint -- --fix", "lint:fix": "npm run lint -- --fix",
"test": "npm run lint && npm run build && start-server-and-test http-server http://localhost:8080 cypress:run", "test": "npm run lint && npm run build && start-server-and-test http-server http://localhost:8080 cypress:run",

View File

@ -195,6 +195,7 @@
</main> </main>
<footer> <footer>
<div class="container-fluid"> <div class="container-fluid">
Lovingly created by <a href="https://b4lint.hu" target="_blank">Bálint Szekeres</a> and maintained by <a href="https://www.digitalocean.com" target="_blank">DigitalOcean</a> Lovingly made by <a href="https://b4lint.hu" target="_blank">Bálint Szekeres</a>
and maintained by <a href="https://github.com/digitalocean/nginxconfig.io" target="_blank">DigitalOcean</a>.
</div> </div>
</footer> </footer>

View File

@ -4,6 +4,10 @@ body {
font-size: 1rem; font-size: 1rem;
font-weight: 400; font-weight: 400;
line-height: 1.5; line-height: 1.5;
color: #212529;
text-align: left; text-align: left;
.wrapper.layout-wrapper {
padding: 0;
width: auto;
}
} }

View File

@ -7,6 +7,7 @@ section.steps .commands {
border: 1px solid #e8e8e8; border: 1px solid #e8e8e8;
pre { pre {
padding: 0;
margin-bottom: 0; margin-bottom: 0;
font-size: inherit; font-size: inherit;

View File

@ -1,10 +1,8 @@
footer { footer {
padding: 2rem 0 0.5rem; padding: 2rem 0 0;
text-align: center; text-align: center;
font-size: 0.8rem; font-size: .8rem;
background: #fff;
.balaton { box-shadow: none;
height: 1.6rem; margin: 0;
vertical-align: middle;
}
} }