css sidebar, ul/li style

This commit is contained in:
ut 2019-02-16 20:22:13 +01:00
commit 522cc1d3b8

View file

@ -260,8 +260,9 @@ header.site-header {
} }
article p,
article p { article ul
{
margin-left: 0; margin-left: 0;
margin-right: 0; margin-right: 0;
@media screen and #{$large-up} { @media screen and #{$large-up} {
@ -269,6 +270,10 @@ header.site-header {
margin-right: 65px; margin-right: 65px;
} }
} }
article ul li {
margin-left: 15px;
}
p.edit-link, p.edit-link,
p.byline.author { p.byline.author {
color: #644; color: #644;
@ -306,6 +311,15 @@ header.site-header {
a { a {
padding: 1rem; padding: 1rem;
border-bottom: none; border-bottom: none;
text-indent: -40px;
margin-left: 40px;
display: block !important;
margin-right: 50px;
padding: 0 10px !important;
} }
a:hover { a:hover {
background-color: #e0e0f0; background-color: #e0e0f0;
@ -323,6 +337,9 @@ header.site-header {
transform: scale(0.6); transform: scale(0.6);
vertical-align: -10px; vertical-align: -10px;
width: 38px; width: 38px;
vertical-align: -12px;
text-align: right;
} }
} }
} }