Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- html {
- margin-left: calc(100vw - 100%);
- box-sizing: border-box;
- }
- *, *::before, *::after {
- box-sizing: inherit;
- }
- a {
- display: inline-block;
- text-decoration: none;
- color: inherit;
- }
- ul, li {
- margin: 0;
- padding: 0;
- list-style: none;
- }
- h1, h2, h3, h4, h5, h6 {
- margin: 0;
- }
- p {
- margin: 0;
- }
- .page-section {
- margin-bottom: 80px;
- }
- body {
- color: #2f3035;
- font-family: "SFProDisplay-Regular", sans-serif;
- font-size: 20px;
- line-height: 24px;
- font-weight: 400;
- }
- .container {
- max-width: 1200px;
- padding: 0 15px;
- margin: 0 auto;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement