Open codigobash opened 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
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?