Skip to content
New issue

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

"Detaylı Bilgi" Kısmında Satır Araları Açılacak #8

Closed
cagrimertbakirci opened this issue Jan 16, 2022 · 1 comment · Fixed by #10
Closed

"Detaylı Bilgi" Kısmında Satır Araları Açılacak #8

cagrimertbakirci opened this issue Jan 16, 2022 · 1 comment · Fixed by #10
Labels
bug Something isn't working

Comments

@cagrimertbakirci
Copy link
Member

Ş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ı.

image

@cagrimertbakirci cagrimertbakirci added the bug Something isn't working label Jan 16, 2022
@evilese
Copy link

evilese commented Jan 16, 2022

/* 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;
}

*/

Ekran Alıntısı


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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants