mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
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:
committed by
Luiz F. A. de Prá
parent
12b4246e29
commit
4ff77035f6
@@ -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;
|
||||
|
||||
@@ -5,7 +5,7 @@ body.inverted {
|
||||
.list {
|
||||
ul {
|
||||
li {
|
||||
a {
|
||||
.title {
|
||||
color: $fg-color-inverted;
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
||||
@@ -20,7 +20,7 @@ body.rtl {
|
||||
.list {
|
||||
ul {
|
||||
li {
|
||||
span {
|
||||
.date {
|
||||
text-align: left;
|
||||
margin-left: 3.0rem;
|
||||
margin-right: 0;
|
||||
|
||||
Reference in New Issue
Block a user