mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Updated to new theme of TeXt
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
.main {
|
||||
width: 100%;
|
||||
max-width: map-get($layout, content-max-width);
|
||||
padding: 0 map-get($spacers, 5);
|
||||
margin: 0 auto;
|
||||
@include media-breakpoint-down(lg) {
|
||||
padding: 0 map-get($spacers, 4);
|
||||
}
|
||||
@include media-breakpoint-down(md) {
|
||||
padding: 0 map-get($spacers, 3);
|
||||
}
|
||||
}
|
||||
|
||||
.has-aside {
|
||||
.main {
|
||||
max-width: map-get($layout, content-max-width) + map-get($layout, aside-width);
|
||||
@include media-breakpoint-down(lg) {
|
||||
max-width: map-get($layout, content-max-width);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.full-width {
|
||||
.main {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user