fix main page

This commit is contained in:
Ember 2024-06-22 00:41:51 +08:00
parent a9d087e8d4
commit be975ca80c

View File

@ -377,7 +377,7 @@
.text-container.first { .text-container.first {
width: calc(100% - 40px); width: calc(100% - 40px);
margin-left: 0; margin-left: 0;
margin-right: 0; margin-right: 23px;
} }
} }
@ -399,6 +399,7 @@
opacity: 0; opacity: 0;
transition: opacity 0.5s; transition: opacity 0.5s;
font-size: 11px; font-size: 11px;
width: 145px;
} }
.image-container:hover .overlay, .image-container:active .overlay { .image-container:hover .overlay, .image-container:active .overlay {