17 lines
295 B
CSS
17 lines
295 B
CSS
*, a, span, li {
|
|
line-height: 1.5;
|
|
letter-spacing: 0.12em;
|
|
word-spacing: 0.16em;
|
|
}
|
|
|
|
a {
|
|
line-height: 1.5;
|
|
letter-spacing: 0.12em;
|
|
word-spacing: 0.16em;
|
|
}
|
|
|
|
button, .button-primary, .button-secondary, .menu-button, .logo {
|
|
line-height: 1.5;
|
|
letter-spacing: 0.12em;
|
|
word-spacing: 0.16em;
|
|
} |