pmoreno-rodriguez / grav-theme-mundana

Mundana Jekyll theme ported to Grav
MIT License
7 stars 2 forks source link

First letter #17

Closed learningtime2025 closed 2 months ago

learningtime2025 commented 3 months ago

Hello. Cant find, where to change size of first letter in default.md ? its too big.

pmoreno-rodriguez commented 3 months ago

Hi @learningtime2025 . You can change the first letter in assets/css/theme.css (theme.min.css if you use the minified file).

article:first-letter {
    float:left;
    font-size:5em;
    line-height:1;
    margin:0 .2em 0 0;
    vertical-align:top;
}
learningtime2025 commented 2 months ago

Thank you, removed that part from theme.css