diff --git a/frontend/src/app/viewforum/viewforum.component.css b/frontend/src/app/viewforum/viewforum.component.css index 18096a6..ccf3cfb 100644 --- a/frontend/src/app/viewforum/viewforum.component.css +++ b/frontend/src/app/viewforum/viewforum.component.css @@ -78,4 +78,20 @@ tr:nth-child(even) { flex:8; font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-size:xx-large; + } + + .pagination{ + display: flex; + flex-direction: row; + padding: 10px; + } + + .pagination-button{ + flex: 2; + } + + .pagination-text{ + flex: 6; + align-self: center; + text-align: center; } \ No newline at end of file diff --git a/frontend/src/app/viewforum/viewforum.component.html b/frontend/src/app/viewforum/viewforum.component.html index bfc99e9..d5bb742 100644 --- a/frontend/src/app/viewforum/viewforum.component.html +++ b/frontend/src/app/viewforum/viewforum.component.html @@ -3,19 +3,24 @@