mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
17 lines
No EOL
238 B
SCSS
17 lines
No EOL
238 B
SCSS
body{
|
|
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", sans-serif;
|
|
}
|
|
|
|
.main, .footer, .header{
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 1200px;
|
|
}
|
|
|
|
.main{
|
|
margin-bottom: $vmargin;
|
|
}
|
|
|
|
a{
|
|
cursor: pointer;
|
|
} |