Skip to content

Commit

Permalink
scss fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryHamon committed Sep 13, 2023
1 parent 5dfa166 commit ec628fd
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions quartz/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
position: fixed;
top: 0;
left: 0;
width: 100vw !important;
width: auto !important;
margin: 0 !important;
z-index: 1;
}
Expand Down Expand Up @@ -44,6 +44,7 @@ header{
margin: 3rem 0 !important;
}
.darkmode{
margin-left: 0!important;
margin-right: 0!important;
}
.center {
Expand All @@ -67,6 +68,7 @@ header{
.page>#quartz-body .sidebar.right {
right: 0 !important;
padding: 2rem 3rem 0 !important;
margin-top: 1rem!important;
}
footer {
position: absolute;
Expand All @@ -83,6 +85,7 @@ footer hr {
}
.footer-container {
display: flex;
flex-direction: row !important;
align-items: center;
column-gap: 1rem;
}
Expand Down Expand Up @@ -243,6 +246,7 @@ header {
}
.graph > .graph-outer{
height: 50vh!important;
max-height: 400px;
}
header{
padding: 0 1rem !important;
Expand Down Expand Up @@ -274,5 +278,23 @@ header {
.backlinks .overflow {
max-height: 150px;
}

.footer-container {
display: flex;
row-gap: 0!important;
align-items: flex-start;
row-gap: 1rem;
flex-direction: column !important;
}
.footer-container p{
margin-left: 1rem !important;
margin-bottom: 0!important;
margin-top: 0!important;
}
.footer-container ul {
margin: 1rem 0 2rem 0!important;
flex-wrap: wrap;
}
.footer-container ul li{
margin: 0 .1rem .5rem!important;
}
}

0 comments on commit ec628fd

Please sign in to comment.