2020-08-02 21:46:18 +00:00
|
|
|
body {
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
|
2020-07-30 00:49:51 +00:00
|
|
|
}
|
2020-08-02 21:46:18 +00:00
|
|
|
|
|
|
|
.container {
|
|
|
|
max-width: 1280px;
|
|
|
|
margin: 0 auto;
|
2020-07-30 00:49:51 +00:00
|
|
|
}
|
2020-08-02 21:46:18 +00:00
|
|
|
|
|
|
|
header nav {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
ul {
|
|
|
|
padding-left: 0;
|
|
|
|
|
|
|
|
li {
|
|
|
|
list-style: none;
|
|
|
|
display: inline;
|
|
|
|
margin-right: 15px;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-07-30 00:49:51 +00:00
|
|
|
}
|
2020-08-02 21:46:18 +00:00
|
|
|
|