We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de958d commit 5140058Copy full SHA for 5140058
index.html
@@ -23,6 +23,9 @@
23
<link rel="stylesheet" href="src/styles/components/post.css">
24
25
<link rel="stylesheet" href="src/styles/components/buttons.css">
26
+
27
+ <link rel="stylesheet" href="src/styles/components/pagination.css">
28
29
</head>
30
31
<body>
src/styles/components/pagination.css
@@ -0,0 +1,6 @@
1
+.pages{
2
+ display: flex;
3
+ justify-content: center;
4
5
+ margin-top: 1rem;
6
+}
0 commit comments