Skip to content

Commit f237840

Browse files
committed
Update styles
1 parent add543b commit f237840

File tree

8 files changed

+10
-7
lines changed

8 files changed

+10
-7
lines changed

manual/assets/css/src/screen/default/base/_body.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body {
1313
background: var(--body-background-color);
1414
color: var(--foreground-color);
1515
font-family: Roboto, sans-serif;
16-
font-size: 15px;
16+
font-size: 16px;
1717
font-weight: 300;
1818
margin: 0;
1919
overflow: hidden;

manual/assets/css/src/screen/default/layout/_footer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ footer {
1010
display: flex;
1111
flex-grow: 0;
1212
justify-content: space-between;
13-
padding: 0.6rem dimensions.$nav-padding;
13+
padding: 0.5rem 0.3rem 0.5rem dimensions.$nav-padding;
1414
ul {
1515
font-size: 75%;
1616
list-style: none;

manual/assets/css/src/screen/default/layout/_header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ header {
1414
font-weight: normal;
1515
letter-spacing: 1px;
1616
margin: 0;
17-
padding: 0.75rem 2rem 0.75rem dimensions.$nav-padding;
17+
padding: 0.75rem 0.5rem 0.75rem dimensions.$nav-padding;
1818
text-transform: uppercase;
1919
a {
2020
color: var(--page-title-foreground-color);

manual/assets/css/src/screen/default/layout/_highlight.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
line-height: initial;
33
pre {
44
margin: 2rem 0;
5+
overflow-x: auto;
56
padding: 1.2rem 1.5rem;
67
}
78
}

manual/assets/css/src/screen/large/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
*/
44

55
@use "base/body";
6+
@use "layout/footer";
67
@use "layout/main";
78
@use "layout/sidebar";
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
@use "dimensions";
2+
3+
.page-footer {
4+
padding: 0.6rem dimensions.$nav-padding;
5+
}

manual/assets/css/src/screen/medium/_index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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";

manual/assets/css/src/screen/medium/base/_body.scss

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)