File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ lint-md: clean_public build_nominify
129
129
@SKIP_LINK_CHECK=true scripts/lint_site.sh en
130
130
131
131
serve : site
132
- @hugo serve --baseURL " http://${ISTIO_SERVE_DOMAIN} :1313/latest/" --bind 0.0.0.0 --disableFastRender
132
+ @hugo serve --baseURL " http://${ISTIO_SERVE_DOMAIN} :1313/latest/" --bind 0.0.0.0 --watch -- disableFastRender
133
133
134
134
archive-version :
135
135
@scripts/archive_version.sh
Original file line number Diff line number Diff line change 157
157
max-width : 100% ;
158
158
margin : 0 auto ;
159
159
padding : 0 1.25em ;
160
+
160
161
@media (min-width : $bp-md ) {
161
162
max-width : 754px ;
162
163
padding : 0 ;
163
164
}
165
+
166
+ @media (min-width : $bp-lg ) {
167
+ max-width : 994px ;
168
+ padding : 0 ;
169
+ }
170
+
171
+ @media (min-width : $bp-xxl ) {
172
+ max-width : 1354px ;
173
+ padding : 0 ;
174
+ }
175
+
176
+ @media (min-width : $bp-xl ) {
177
+ max-width : 1174px ;
178
+ padding : 0 ;
179
+ }
180
+
164
181
// TODO : consider changing font size back to 1rem
165
182
166
183
p , li {
You can’t perform that action at this time.
0 commit comments