From 03d5f17ebb2b85799f4f673ed17c968d0a2cecea Mon Sep 17 00:00:00 2001 From: Hrushikesh Vaidya Date: Thu, 23 May 2024 15:21:00 +0530 Subject: [PATCH] Limited main max width --- 6.006/index.md | 1 + 6.041/index.md | 1 + 6.045J/index.md | 1 + 6.046/index.md | 1 + 6.858/index.md | 1 + CMU15445/index.md | 1 + CS162/index.md | 1 + _sass/custom/custom.scss | 4 ++++ 8 files changed, 11 insertions(+) diff --git a/6.006/index.md b/6.006/index.md index 4ad8710..42ca5f8 100644 --- a/6.006/index.md +++ b/6.006/index.md @@ -3,6 +3,7 @@ layout: default title: MIT 6.006 - Introduction to Algorithms nav_order: 2 has_children: true +has_toc: false --- # MIT 6.006 - Introduction to Algorithms diff --git a/6.041/index.md b/6.041/index.md index 89f9876..eb44aee 100644 --- a/6.041/index.md +++ b/6.041/index.md @@ -3,6 +3,7 @@ layout: default title: MIT 6.041 - Probabilistic Systems Analysis and Applied Probability nav_order: 7 has_children: true +has_toc: false --- # MIT 6.041 - Probabilistic Systems Analysis and Applied Probability diff --git a/6.045J/index.md b/6.045J/index.md index 6d0c310..810711e 100644 --- a/6.045J/index.md +++ b/6.045J/index.md @@ -3,6 +3,7 @@ layout: default title: MIT 6.045J - Automata, Computability, Complexity nav_order: 3 has_children: true +has_toc: false --- # MIT 6.045J - Automata, Computability, Complexity diff --git a/6.046/index.md b/6.046/index.md index cdda1cf..6b69fae 100644 --- a/6.046/index.md +++ b/6.046/index.md @@ -3,6 +3,7 @@ layout: default title: MIT 6.046 - Design & Analysis of Algorithms nav_order: 4 has_children: true +has_toc: false --- # MIT 6.046 - Design & Analysis of Algorithms diff --git a/6.858/index.md b/6.858/index.md index 4a36672..8a1c861 100644 --- a/6.858/index.md +++ b/6.858/index.md @@ -3,6 +3,7 @@ layout: default title: MIT 6.858 - Computer Systems Security nav_order: 8 has_children: true +has_toc: false --- # MIT 6.858 - Computer Systems Security diff --git a/CMU15445/index.md b/CMU15445/index.md index bcc571a..84f779e 100644 --- a/CMU15445/index.md +++ b/CMU15445/index.md @@ -3,6 +3,7 @@ layout: default title: CMU 15-445 - Database Systems nav_order: 5 has_children: true +has_toc: false --- # CMU 15-445/645 - Database Systems diff --git a/CS162/index.md b/CS162/index.md index 936353f..459027b 100644 --- a/CS162/index.md +++ b/CS162/index.md @@ -3,6 +3,7 @@ layout: default title: UCB CS 162 - Operating Systems and Systems Programming nav_order: 6 has_children: true +has_toc: false --- # CS162 - Operating Systems and Systems Programming diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 077f8f5..0d13023 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -2,6 +2,10 @@ max-width: 100vw !important; } +main { + max-width: 1000px; +} + .site-nav, .site-header, .site-footer {