mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
menu: align long text properly #154
why having indention if we have padding? if line breaks into multiple lines, two adjacent items are still distinguishable because of slightly more spacing
This commit is contained in:
parent
cba76c3f41
commit
59412de591
1 changed files with 0 additions and 1 deletions
|
@ -280,7 +280,6 @@ textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[typ
|
|||
}
|
||||
#sidebar ul li li {
|
||||
padding-left: 1rem;
|
||||
text-indent: 0.2rem;
|
||||
}
|
||||
#main {
|
||||
background: #f7f7f7;
|
||||
|
|
Loading…
Reference in a new issue