Easy customize (#138)

* Making easy to customize listing

* adding styles to listing

* removing unintended changes

* correcting declaration

* including files for release

* changing url to be relative so it can work on localhost

* Including suggestions
This commit is contained in:
Gabriel Monteiro Nepomuceno
2019-01-16 15:16:24 +00:00
committed by Luiz F. A. de Prá
parent 12b4246e29
commit 4ff77035f6
9 changed files with 12 additions and 11 deletions

View File

@@ -71,7 +71,7 @@
@media only screen and (max-width : 768px) {
margin: 1.6rem 0 1.6rem 0;
}
span {
.date {
display: inline-block;
width: 20.0rem;
text-align: right;
@@ -81,7 +81,7 @@
text-align: left;
}
}
a {
.title {
font-size: 1.8rem;
color: $fg-color;
font-family: $heading-font-family;