page site css

This commit is contained in:
2025-03-31 12:57:41 +02:00
parent c7b43b6f09
commit 187b5c1115
2 changed files with 9 additions and 2 deletions

View File

@@ -340,7 +340,7 @@
div{
display: flex;
flex-direction: column;
margin-bottom: 1rem;
// margin-bottom: 1rem;
@media(max-width: 810px){
justify-content: center;
margin: auto;
@@ -374,6 +374,7 @@
}
.prevnext{
flex-direction: row;
margin-bottom: 1rem;
}
}
@@ -412,7 +413,9 @@
a{
display: inline-flex;
justify-content: space-between;
align-items: center;
width: fit-content;
color: white;
background: black;
padding-left: 0.5rem;
@@ -447,6 +450,7 @@
a{
display: inline-flex;
justify-content: space-between;
align-items: center;
color: white;
text-transform: uppercase;