Skip to content

Commit 354ccb7

Browse files
committed
Update styles from mitlib-style
1 parent 09c68e8 commit 354ccb7

2 files changed

Lines changed: 3 additions & 27 deletions

File tree

vendor/assets/images/favicon.ico

-9.62 KB
Binary file not shown.

vendor/assets/stylesheets/global/_layouts.scss

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@include clearfix;
1717
max-width: 114rem;
1818
margin: 0 auto;
19-
padding: 10px 4%;
19+
padding: 20px 4%;
2020
}
2121

2222
// generic grid options
@@ -270,6 +270,7 @@
270270
.identity {
271271
margin-top: 4rem;
272272
margin-bottom: 2rem;
273+
align-items: flex-end;
273274
}
274275

275276
.wrap-logo-lib {
@@ -278,12 +279,6 @@
278279
margin: 0 20px 20px 0;
279280
}
280281

281-
.wrap-social {
282-
display: inline-block;
283-
vertical-align: bottom;
284-
margin-bottom: 20px;
285-
}
286-
287282
.wrap-policies {
288283
width: 100%;
289284
border-top: 1px solid $gray;
@@ -303,10 +298,6 @@
303298
}
304299
}
305300

306-
.wrap-social .text-find-us {
307-
display: none;
308-
}
309-
310301
// bigger than small mobile - able to handle columns ok
311302
@media (min-width: $bp-screen-md) {
312303

@@ -330,13 +321,11 @@
330321
.identity {
331322
display: flex;
332323
flex-wrap: wrap;
333-
justify-content: space-between;
334324
margin: 4% 0 0 0;
335325
}
336326

337327
.wrap-logo-lib,
338-
.wrap-policies,
339-
.wrap-social {
328+
.wrap-policies {
340329
align-self: flex-end;
341330
margin-top: 0;
342331
margin-bottom: 0;
@@ -358,20 +347,11 @@
358347
margin-bottom: 0;
359348
}
360349
}
361-
362-
.wrap-social {
363-
order: 3;
364-
margin-left: auto;
365-
}
366350
}
367351

368352
// large screen - able to handle several inline items
369353
@media (min-width: $bp-screen-lg) {
370354

371-
.wrap-social {
372-
order: 3;
373-
}
374-
375355
.wrap-policies {
376356
order: 2;
377357
}
@@ -430,10 +410,6 @@
430410
}
431411
}
432412
}
433-
434-
.wrap-social {
435-
order: 3;
436-
}
437413
}
438414

439415
@media (min-width: $bp-screen-lg) {

0 commit comments

Comments
 (0)