Skip to content

Commit 413b9e7

Browse files
committed
add 2024 reviewers
1 parent 9719cda commit 413b9e7

File tree

13 files changed

+43
-12
lines changed

13 files changed

+43
-12
lines changed

resources/public/css/style.css

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ footer a img {
269269
}
270270

271271

272-
.article-list li {
272+
.archive-list li, .article-list li {
273273
list-style: none;
274274
margin: 0;
275275
padding: 0 0 16px 0;
@@ -685,17 +685,28 @@ table {
685685
border-color: #333;
686686
}
687687

688-
.article-list {
688+
.archive-list {
689+
margin-top: 1.5em;
689690
display: flex;
690691
flex-flow: row wrap;
691692
justify-content: space-between;
692693
}
693694

694-
.article-list li {
695+
.article-list {
696+
margin-top: 1.5em;
697+
}
698+
699+
.archive-list li {
695700
min-height: 50px;
696701
width: max-content;
697702
}
698703

704+
.article-list li {
705+
padding: 0 0 0 220px;
706+
min-height: 200px;
707+
margin-top: 1.5em;
708+
}
709+
699710
.article-image {
700711
width: 200px;
701712
height: 200px;
-34.6 KB
Binary file not shown.
-13.6 KB
Binary file not shown.
-14.4 KB
Binary file not shown.
-78.8 KB
Binary file not shown.
562 KB
Loading
-36.8 KB
Binary file not shown.
27.3 KB
Loading
-14.5 KB
Binary file not shown.
32.7 KB
Loading

0 commit comments

Comments
 (0)