Zarovnání textu do bloku pouze u odstavců

master
Emil Miler 4 years ago
parent 73380b2da5
commit b78d2210e0

@ -109,7 +109,8 @@ body {
#main {
padding: 1.5em;
line-height: 1.5em;
text-align: justify;
p { text-align: justify; }
a {
color: $primary;
@ -122,13 +123,11 @@ body {
h2, h3, h4, h5, h6, .title {
margin: 2em 0 1em 0;
text-align: left;
}
table {
border: 1px solid #ccc;
border-collapse: collapse;
text-align: left;
thead {
border-bottom: 3px double #ccc;