mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add SCSS via Asset Pipeline (#65)
* Remove old files * Add SCSS pipeline * Add generated files * Fix navigation HTML * Fix media queries * Remove RTL * Fix styling for big screens * Remove separator configs * Fix menu dropdown * Add working mobile menu * Fix menu item heights * Update README
This commit is contained in:
committed by
GitHub
parent
1d8e1935de
commit
934db8e964
20
assets/scss/_pagination.scss
Normal file
20
assets/scss/_pagination.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
.pagination {
|
||||
margin-top: 6.0rem;
|
||||
text-align: center;
|
||||
li {
|
||||
display: inline;
|
||||
text-align: center;
|
||||
span {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
width: 3.2rem;
|
||||
}
|
||||
a {
|
||||
span {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
width: 3.2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user