feat: add choice of position for the sidebar

This commit is contained in:
Stephane Philippart
2023-02-12 17:52:42 +01:00
parent 0d8fce9100
commit b696e746bd
3 changed files with 13 additions and 1 deletions

View File

@ -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 {