mirror of
https://github.com/christian1701/hugo-theme-console.git
synced 2025-11-03 05:59:23 +01:00
css: fix problem with blank spaces in Posts page (#13)
This commit is contained in:
@@ -209,7 +209,6 @@ figure {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 100%;
|
|
||||||
z-index: 400;
|
z-index: 400;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
@@ -267,7 +266,6 @@ figure {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 100%;
|
|
||||||
z-index: 400;
|
z-index: 400;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
|
|||||||
Reference in New Issue
Block a user