Skip to content

Commit a8f200d

Browse files
committed
update padding constants
1 parent b402ce7 commit a8f200d

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

Gemfile.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,17 @@ GEM
3838
faraday-net_http (>= 2.0, < 3.2)
3939
faraday-net_http (3.1.0)
4040
net-http
41+
ffi (1.17.1-aarch64-linux-gnu)
4142
ffi (1.17.1-arm64-darwin)
4243
ffi (1.17.1-x86_64-linux-gnu)
4344
fiber-annotation (0.2.0)
4445
fiber-local (1.1.0)
4546
fiber-storage
4647
fiber-storage (0.1.0)
4748
forwardable-extended (2.6.0)
49+
google-protobuf (4.29.3-aarch64-linux)
50+
bigdecimal
51+
rake (>= 13)
4852
google-protobuf (4.29.3-arm64-darwin)
4953
bigdecimal
5054
rake (>= 13)
@@ -106,6 +110,8 @@ GEM
106110
mercenary (0.4.0)
107111
net-http (0.4.1)
108112
uri
113+
nokogiri (1.18.1-aarch64-linux-gnu)
114+
racc (~> 1.4)
109115
nokogiri (1.18.1-arm64-darwin)
110116
racc (~> 1.4)
111117
nokogiri (1.18.1-x86_64-linux-gnu)
@@ -132,6 +138,8 @@ GEM
132138
rouge (4.4.0)
133139
ruby-rc4 (0.1.5)
134140
safe_yaml (1.0.5)
141+
sass-embedded (1.78.0-aarch64-linux-gnu)
142+
google-protobuf (~> 4.27)
135143
sass-embedded (1.78.0-arm64-darwin)
136144
google-protobuf (~> 4.27)
137145
sass-embedded (1.78.0-x86_64-linux-gnu)
@@ -153,6 +161,7 @@ GEM
153161
zeitwerk (2.6.13)
154162

155163
PLATFORMS
164+
aarch64-linux
156165
arm64-darwin
157166
x86_64-linux-gnu
158167

_sass/support/_variables.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $spacers: (
8181
sp-8: $spacing-unit * 3,
8282
sp-9: $spacing-unit * 3.5,
8383
sp-10: $spacing-unit * 4,
84-
) !default;
84+
) !default;
8585
$sp-1: map-get($spacers, sp-1) !default; // 0.25 rem == 4px
8686
$sp-2: map-get($spacers, sp-2) !default; // 0.5 rem == 8px
8787
$sp-3: map-get($spacers, sp-3) !default; // 0.75 rem == 12px
@@ -103,12 +103,12 @@ $border-color: $grey-lt-100 !default;
103103

104104
$gutter-spacing: $sp-6 !default;
105105
$gutter-spacing-sm: $sp-4 !default;
106-
$nav-width: 16.5rem !default;
107-
$nav-width-md: 15.5rem !default;
106+
$nav-width: 20.5rem !default;
107+
$nav-width-md: 19.5rem !default;
108108
$nav-list-item-height: $sp-6 !default;
109109
$nav-list-item-height-sm: $sp-8 !default;
110110
$nav-list-expander-right: true;
111-
$content-width: 50rem !default;
111+
$content-width: 60rem !default;
112112
$header-height: 3.75rem !default;
113113
$search-results-width: $content-width - $nav-width !default;
114114
$transition-duration: 400ms;
@@ -121,4 +121,4 @@ $media-queries: (
121121
md: $content-width,
122122
lg: $content-width + $nav-width,
123123
xl: 87.5rem,
124-
) !default;
124+
) !default;

0 commit comments

Comments
 (0)