Skip to content

Commit 5140058

Browse files
committed
CSS styles are applied to pagination from "show posts"
1 parent 6de958d commit 5140058

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<link rel="stylesheet" href="src/styles/components/post.css">
2424

2525
<link rel="stylesheet" href="src/styles/components/buttons.css">
26+
27+
<link rel="stylesheet" href="src/styles/components/pagination.css">
28+
2629
</head>
2730

2831
<body>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.pages{
2+
display: flex;
3+
justify-content: center;
4+
5+
margin-top: 1rem;
6+
}

0 commit comments

Comments
 (0)