mirror of
https://github.com/yusufipk/trillo-react.git
synced 2026-09-11 10:56:15 +00:00
14 lines
226 B
SCSS
14 lines
226 B
SCSS
body {
|
|
font-family: "Open Sans", sans-serif;
|
|
font-weight: 400;
|
|
line-height: 1.6;
|
|
}
|
|
|
|
.heading-main {
|
|
font-size: 2.25rem;
|
|
font-weight: 300;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
padding: 1.5rem 3rem;
|
|
}
|