modify css

This commit is contained in:
HesterG 2023-07-03 15:16:56 +08:00
parent 943b7438e9
commit 1579857f75
2 changed files with 2 additions and 8 deletions

View file

@ -33,12 +33,6 @@
height: 100%;
}
.externalPost {
position: absolute;
bottom: 5%;
right: 2%;
}
.content {
display: flex;
flex: 1 0 auto;

View file

@ -17,7 +17,7 @@
grid-template-columns: 1fr;
grid-template-columns: repeat(var(--cols), minmax(0, 1fr));
gap: var(--gap);
margin: 2rem 0 5rem 0;
margin: 2rem 0;
}
.tagTitle + .posts {
@ -35,6 +35,6 @@
.posts {
--cols: 3;
--gap: 4rem 2rem;
margin-top: 4.5rem;
margin: 4.5rem 0;
}
}