change css file

This commit is contained in:
Flatlogic Bot 2026-04-07 17:35:52 +00:00
parent 2ad7b5e962
commit 2346253cfd

View File

@ -99,8 +99,9 @@ body.rtl .table {
}
.display-title {
font-size: clamp(2.15rem, 5vw, 4rem);
max-width: 12ch;
font-size: clamp(1.8rem, 4vw, 2.75rem);
color: var(--accent);
max-width: 15ch;
}
.section-title {
@ -517,4 +518,4 @@ footer {
.btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
}