mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Optimized topbar responsive layout.
This commit is contained in:
parent
00928c90b7
commit
3e8dc979c6
@ -1475,6 +1475,10 @@ table {
|
|||||||
- (1920px - #{$sidebar-width-large}) ) /* 100% - 350px - (1920px - 350px); */
|
- (1920px - #{$sidebar-width-large}) ) /* 100% - 350px - (1920px - 350px); */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#topbar {
|
||||||
|
max-width: calc(#{$main-content-max-width} + 20px)
|
||||||
|
}
|
||||||
|
|
||||||
#main>div.row {
|
#main>div.row {
|
||||||
padding-left: calc((100% - #{$main-content-max-width} - 2%) / 2);
|
padding-left: calc((100% - #{$main-content-max-width} - 2%) / 2);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user