Skip to content

Commit 688b42a

Browse files
author
Felix Hennig
committed
more documentation
1 parent 4ac42eb commit 688b42a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/css/nav.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
* The vertical navigation at the top is in the header.css
33
* At less than 770px, the navbar disappears and is opened with
44
* a button in the toolbar.
5+
*
6+
* Some of the responsiveness is about adjusting the height of the
7+
* menu. On smaller screens the vertical menu disappears, so the height
8+
* of the sidebar menu needs to be adjusted.
59
*/
610

711
.nav-container {

src/css/toolbar.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/* The toolbar contains a home link and breakcrumbs and is found
2+
* right above the article content.
3+
* On smaller screens it also contains a button to show the sidebar menu.
4+
*/
5+
16
.toolbar {
27
color: var(--toolbar-font-color);
38
align-items: center;

0 commit comments

Comments
 (0)