calintat / minimal

Personal blog theme powered by Hugo
https://themes.gohugo.io/minimal/
MIT License
404 stars 222 forks source link

:fire: How i aling text post and change the size? #39

Open codigobash opened 6 years ago

codigobash commented 6 years ago

Hello everyone,

how i change the text size of fonts

and on the content i like to aling the text to left

like

text-align: left; were i add these?

codigobash commented 6 years ago

i copy the css/main.css to root and add

main {
    margin: auto;
    padding: 25px;
    flex: 1 0 auto;
    max-width: 900px; /*change the widh page*/
    font-size: 16px;  /*change size to fonts*/
}

but if i add

text-align: left;

all the content and page go to left and look awful