This commit is contained in:
krahets
2025-01-14 19:33:35 +08:00
parent 84aefb5993
commit 40aa3668ce
11 changed files with 352 additions and 340 deletions
+7 -3
View File
@@ -305,7 +305,7 @@ body {
a:hover .device-on-hover {
filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.15));
transform: scale(1.02);
transform: scale(1.01);
}
/* text button */
@@ -424,7 +424,7 @@ a:hover .text-button span {
.intro-image {
flex-shrink: 0;
flex-grow: 0;
width: 55%;
width: 50%;
border-radius: 0.5em;
box-shadow: var(--md-shadow-z2);
}
@@ -498,12 +498,16 @@ a:hover .text-button span {
}
}
/* Hide table of contents */
/* mobile devices */
@media screen and (max-width: 60em) {
.home-div {
font-size: 0.75rem;
}
.heading-div {
transform: translateX(-50%) translateY(13%);
}
.intro-container {
flex-direction: column;
}