File tree Expand file tree Collapse file tree 8 files changed +10
-7
lines changed
manual/assets/css/src/screen Expand file tree Collapse file tree 8 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1313 background : var (--body-background-color );
1414 color : var (--foreground-color );
1515 font-family : Roboto, sans-serif ;
16- font-size : 15 px ;
16+ font-size : 16 px ;
1717 font-weight : 300 ;
1818 margin : 0 ;
1919 overflow : hidden ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ footer {
1010 display : flex ;
1111 flex-grow : 0 ;
1212 justify-content : space-between ;
13- padding : 0.6 rem dimensions .$nav-padding ;
13+ padding : 0.5 rem 0.3 rem 0.5 rem dimensions .$nav-padding ;
1414 ul {
1515 font-size : 75% ;
1616 list-style : none ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ header {
1414 font-weight : normal ;
1515 letter-spacing : 1px ;
1616 margin : 0 ;
17- padding : 0.75rem 2 rem 0.75rem dimensions .$nav-padding ;
17+ padding : 0.75rem 0.5 rem 0.75rem dimensions .$nav-padding ;
1818 text-transform : uppercase ;
1919 a {
2020 color : var (--page-title-foreground-color );
Original file line number Diff line number Diff line change 22 line-height : initial ;
33 pre {
44 margin : 2rem 0 ;
5+ overflow-x : auto ;
56 padding : 1.2rem 1.5rem ;
67 }
78}
Original file line number Diff line number Diff line change 33 */
44
55@use " base/body" ;
6+ @use " layout/footer" ;
67@use " layout/main" ;
78@use " layout/sidebar" ;
Original file line number Diff line number Diff line change 1+ @use " dimensions" ;
2+
3+ .page-footer {
4+ padding : 0.6rem dimensions .$nav-padding ;
5+ }
Original file line number Diff line number Diff line change 22 * Style definitions for medium-sized screens.
33 */
44
5- @use " base/body" ;
65@use " layout/main" ;
76@use " layout/sidebar" ;
87@use " layout/tweakpane" ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments