This commit is contained in:
2023-12-24 00:33:51 +08:00
parent 26136e74ea
commit ffb44d895d
9 changed files with 179 additions and 217 deletions

View File

@@ -549,6 +549,8 @@ body.light-mode .video-bg:before {
.content-section-title {
color: var(--content-title-color);
margin-bottom: 14px;
font-size: 20px;
font-weight: bold;
}
.content-section ul {
display: flex;
@@ -828,12 +830,13 @@ body.light-mode .video-bg:before {
.app-card {
display: flex;
flex-direction: column;
width: calc(33.3% - 20px);
/*width: calc(33.3% - 20px);*/
width: 200px;
font-size: 16px;
background-color: var(--content-bg);
border-radius: 14px;
border: 1px solid var(--theme-bg-color);
padding: 20px;
padding: 10px;
cursor: pointer;
transition: 0.3s ease;
}
@@ -865,8 +868,10 @@ body.light-mode .video-bg:before {
.app-card-buttons {
display: flex;
align-items: center;
justify-content: space-between;
width: 180px;
margin-left: auto;
margin-top: 16px;
margin-top: 5px;
}
@media screen and (max-width: 1110px) {
.app-card {