Line Spacing
-
Right now the text on my site has a line spacing of 1.5… how can I change it to 1.0?
I tried inserting “line-height: 1.0 em;”In these two
media=”all”
body {
background-color: #444;
background-image: url(“img/default-background.jpg”);
background-position: center center !important;
background-attachment: fixed !important;
background-size: cover;
font: 16px/180% Helvetica,sans-serif;
line-height:1.0em;
color: #BEBEBE;
overflow-wrap: break-word;
word-wrap: break-word;
}Also this one:
.post p {
line-height: 1em;
}
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Line Spacing’ is closed to new replies.