forked from mirrors/hugo-tufte
menu?
This commit is contained in:
parent
0ab3adb17d
commit
d8a18e639e
1 changed files with 9 additions and 0 deletions
|
@ -60,6 +60,15 @@ mark {
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Styling for menu
|
||||||
|
|
||||||
|
menu {
|
||||||
|
margin: auto !important;
|
||||||
|
text-align: center !important;
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* Styling for listing pages. */
|
/* Styling for listing pages. */
|
||||||
|
|
Loading…
Reference in a new issue