mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 15:05:42 -05:00
Page margin
This commit is contained in:
parent
4f6eec4a34
commit
74225dfae0
@ -130,7 +130,7 @@ a {
|
|||||||
|
|
||||||
.page {
|
.page {
|
||||||
@media all and ($desktop) {
|
@media all and ($desktop) {
|
||||||
padding: 0 1rem;
|
padding: 0 2rem;
|
||||||
}
|
}
|
||||||
@media all and ($mobile) {
|
@media all and ($mobile) {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@ -169,9 +169,6 @@ a {
|
|||||||
@media all and ($desktop) {
|
@media all and ($desktop) {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
@media all and ($mobile) {
|
|
||||||
padding: 0 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
& .sidebar {
|
& .sidebar {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user