Fixed Member post width

This commit is contained in:
2025-10-29 16:35:20 -05:00
parent 4a847a74d9
commit 0b1a622b99
2 changed files with 10 additions and 5 deletions

View File

@ -244,10 +244,9 @@ a.member{
@media (max-width: 800px){
div.post{
width: auto;
width: 40vw;
}
ul.mebere{
ul.member{
margin: 0 0 0 0;
}
li.member{
@ -281,6 +280,13 @@ a.member{
left: 30vw;
right: 30vw;
}
canvas{
position: fixed;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
}