mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
.container .content CSS and .post-item HTML fixes
* .container .content for icons should not be 100% to help with centering. * Use span for .post-item internals, otherwise Firefox messes up at smaller screen width with the list bullet and title on separate lines. * README wording Fix #17
This commit is contained in:
@@ -286,6 +286,8 @@ section.icons {
|
||||
}
|
||||
|
||||
.content {
|
||||
width: auto;
|
||||
|
||||
a {
|
||||
margin-left: 6px;
|
||||
margin-right: 6px;
|
||||
@@ -576,7 +578,7 @@ img {
|
||||
}
|
||||
|
||||
img.profile {
|
||||
min-width:100%;
|
||||
min-width:100%;
|
||||
}
|
||||
|
||||
@media (min-width: @wide-1-breakpoint) {
|
||||
|
Reference in New Issue
Block a user