Browse Source

Added new classes

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
af68514cc8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      css/style.css

10
css/style.css

@ -84,6 +84,10 @@
.full.light-grey { .full.light-grey {
background: #f6f6f6; } background: #f6f6f6; }
.full.light-grey.blog {
background: #f6f6f6;
padding: 20px; }
.full.light-cyan { .full.light-cyan {
background: #dae9ec; } background: #dae9ec; }
@ -848,9 +852,11 @@ nav.wrapper {
width: 260px; width: 260px;
padding: 20px; } padding: 20px; }
nav.wrapper a.previous { nav.wrapper a.previous {
float: right; } float: right;
margin-top: 15px; }
nav.wrapper a.next { nav.wrapper a.next {
float: left; } float: left;
margin-top: 15px; }
/* post */ /* post */
.sticky.post.fixed { .sticky.post.fixed {

Loading…
Cancel
Save