Files
nuxtfiber/public/css/custom.css
Beyhan Oğur 7b2b27a42c first commit
2026-04-26 22:18:17 +03:00

31 lines
828 B
CSS

/* ----------------------------------------------------------------
Custom CSS
Add all your Custom Styled CSS here for New Styles or
Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* Turnstile widget: form genişliğinde ölçeklenir (--turnstile-scale composable ile set edilir) */
.turnstile-form-widget {
width: 100%;
--turnstile-scale: 1;
min-height: calc(65px * var(--turnstile-scale));
display: flex;
align-items: center;
justify-content: flex-start;
padding: 0.5rem 0;
}
.turnstile-form-widget > div {
width: 300px;
height: 65px;
flex-shrink: 0;
transform-origin: left center;
transform: scale(var(--turnstile-scale));
}
.turnstile-form-widget iframe {
border-radius: 4px;
}