diff --git a/styling/home.css b/styling/home.css index 3f35ca2bdad59bae7acc0f47b02f99fad4bb8263..e439edadd6782c153280f67e048e7f60fdcb94d8 100644 --- a/styling/home.css +++ b/styling/home.css @@ -7,6 +7,7 @@ margin-bottom: 2px; color: #88d1cf; transition: color 0.2s linear; + margin-left: 20px; } /* .post-item-link, .post-item-link * { @@ -22,12 +23,12 @@ .post-summary { color: #707070; + margin-left: 20px; } .replace-list { display: flex; justify-content: center; - gap: 10px; flex-wrap: wrap; } @@ -36,12 +37,17 @@ border-radius: 6px; transition: border-color 0.5s ease-out; line-height: initial; - text-align: center; + text-align: left; + height: 100%; + display: flex; + flex-direction: column; + font-size: 14px; } .post-item-link { flex-basis: 250px; flex-grow: 1; + margin: 10px; text-decoration: none; }