-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from pmoreno-rodriguez/develop
Update to version 1.0.4
- Loading branch information
Showing
24 changed files
with
430 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1 @@ | ||
/*# Custom CSS Styles */ | ||
|
||
#breadcrumbs { | ||
height: 2rem; | ||
line-height: 1.7rem; | ||
padding-left: 0rem; | ||
} | ||
|
||
#breadcrumbs span { | ||
display: inline-block; | ||
padding: 0 0.2rem; | ||
} | ||
|
||
|
||
/*item-h1 */ | ||
|
||
.item-h1 { | ||
font-size: 3.4rem; | ||
} | ||
|
||
@media screen and (max-width: 1280px) { | ||
.item-h1 { | ||
font-size: 2.8rem; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 768px) { | ||
.item-h1 { | ||
font-size: 1.6rem; | ||
} | ||
} | ||
|
||
|
||
/* Active the pagination numbers in small screens */ | ||
|
||
@media screen and (max-width: 480px) { | ||
ul.pagination li:nth-child(n+2):nth-last-child(n+2) { | ||
display: inline-block; | ||
} | ||
ul.pagination li:first-child { | ||
padding-right: 0; | ||
} | ||
} | ||
|
||
|
||
/* Class for tags and categories */ | ||
|
||
.tags { | ||
color: #5a2908; | ||
font-size: 0.9em; | ||
border-bottom: none; | ||
} | ||
|
||
.data-post { | ||
color: #7c6556; | ||
font-size: 0.9em; | ||
text-transform: none; | ||
} | ||
|
||
#header .logo { | ||
font-size: 2.125em; | ||
} | ||
/* File created to define custom styles */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
/*# Custom CSS Styles */ | ||
|
||
#breadcrumbs { | ||
height: 2rem; | ||
line-height: 1.7rem; | ||
padding-left: 0rem; | ||
} | ||
|
||
#breadcrumbs span { | ||
display: inline-block; | ||
padding: 0 0.2rem; | ||
} | ||
|
||
|
||
/* Active the pagination numbers in small screens */ | ||
|
||
@media screen and (max-width: 480px) { | ||
ul.pagination li:nth-child(n+2):nth-last-child(n+2) { | ||
display: inline-block; | ||
} | ||
ul.pagination li:first-child { | ||
padding-right: 0; | ||
} | ||
} | ||
|
||
|
||
/* Class for tags and categories */ | ||
|
||
.tags { | ||
color: #5a2908; | ||
font-size: 0.9em; | ||
border-bottom: none; | ||
} | ||
|
||
.data-post { | ||
color: #7c6556; | ||
font-size: 0.9em; | ||
text-transform: none; | ||
} | ||
|
||
#header .logo { | ||
font-size: 2.125em; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.