Revisited css and js, new fonts and format. Adjusted home page width to

fit article page.
This commit is contained in:
2024-04-03 22:23:31 +00:00
parent 6d3729c323
commit 9a5082be16
25 changed files with 111 additions and 84 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.main {
width: 100%;
max-width: map-get($layout, content-max-width);
max-width: map-get($layout, content-max-width) + map-get($layout, aside-width);
padding: 0 map-get($spacers, 5);
margin: 0 auto;
@include media-breakpoint-down(lg) {