We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Şu anda siteden gelen yazıların okunurluğu biraz düşük, paragraf araları açılmalı, biraz okuma kolaylaştırıcı format düzenlemeleri yapılmalı.
The text was updated successfully, but these errors were encountered:
/* Hatanın çözümü için gereken CSS
.dialog-body > p > h2 { margin-bottom: 15px; margin-top: 15px; line-height: 45px; } .dialog-body { padding: 30px; position: relative; font-size: 16px; } .dialog-body > p { line-height: 19px; }
*/
/* Scroll için daha estetik bir görüntü için CSS
::-webkit-scrollbar-thumb { width: 10px; background: #653eb9; border-radius: 10px; }
::-webkit-scrollbar { width: 10px; }
SCSS versiyon;
.dialog-body { >p { >h2 { margin-bottom: 15px; margin-top: 15px; line-height: 45px; } line-height: 19px; } padding: 30px; position: relative; font-size: 16px; } &::-webkit-scrollbar-thumb { width: 10px; background: #653eb9; border-radius: 10px; } &::-webkit-scrollbar { width: 10px; }
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Şu anda siteden gelen yazıların okunurluğu biraz düşük, paragraf araları açılmalı, biraz okuma kolaylaştırıcı format düzenlemeleri yapılmalı.
The text was updated successfully, but these errors were encountered: