forked from robert/robertjohnson.work
Merge pull request #359 from philippart-s/sidebar-order
feat: ✨ add choice of position for the sidebar
This commit is contained in:
@ -45,7 +45,7 @@ p {
|
||||
|
||||
.sidebar-wrapper {
|
||||
grid-column: span 3;
|
||||
order: 2;
|
||||
order: $sidebar-order;
|
||||
background: $theme-color;
|
||||
color: #fff;
|
||||
a {
|
||||
@ -161,6 +161,7 @@ p {
|
||||
|
||||
.main-wrapper {
|
||||
grid-column: span 7;
|
||||
order: $resume-order;
|
||||
background: #fff;
|
||||
padding: 60px;
|
||||
.section-title {
|
||||
|
Reference in New Issue
Block a user