You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- header {
- padding: 2rem 3rem;
- }
-
- .container {
- max-width: 1000px;
- margin: 0 auto;
- }
-
- @media only screen and (max-width: 1000px) {
- .container {
- max-width: 90%;
- }
- }
-
- .content {
- flex-grow: 1;
-
- &--reversed {
- background: $foreground;
- color: $background;
- }
- }
-
-
- footer {
- text-align: center;
- padding: 2rem 3rem;
- }
|