@@ -12,8 +12,6 @@ $nav-font-color: #535a60;
12
12
$nav-hover-color : #8d0065 ;
13
13
$global-transition : all 0.2s ease-in-out !default ;
14
14
15
- body {font-size :90% ;}
16
-
17
15
/* system typefaces */
18
16
$serif : Georgia , Times , serif !default ;
19
17
$sans-serif : " Open Sans" , sans-serif ; // -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI",
@@ -39,6 +37,7 @@ $type-size-6: 0.75em !default; // ~12px
39
37
$type-size-7 : 0.6875em !default ; // ~11px
40
38
$type-size-8 : 0.625em !default ; // ~10px
41
39
40
+ body {font-size :90% ;}
42
41
43
42
h1 ,
44
43
h2 ,
69
68
font-size : $type-size-5 !important ;
70
69
}
71
70
72
- // Sidebar author with circle font and header font adjustment
71
+ /* Sidebar author with circle font and header font adjustment */
73
72
.sidebar .author__name {
74
73
font-family : $header-font !important ;
75
74
font-size : .9em ;
79
78
font-size : 1em !important ;
80
79
}
81
80
82
-
83
81
/* styles for the people grid */
84
82
.contrib_avatar {
85
83
border-radius : 50% ;
@@ -129,8 +127,6 @@ div > div {
129
127
}
130
128
131
129
/* BEGIN Top nav drop down styles
132
- nav bar: POSITION:relative to ensure it stays at the top */
133
-
134
130
/* replaces mm greedy_nav */
135
131
.nav__topbar {
136
132
position : relative ;
@@ -199,11 +195,8 @@ nav bar: POSITION:relative to ensure it stays at the top */
199
195
max-width : 25% ;
200
196
}
201
197
202
-
203
198
/* Upon click the menu should turn into a vertical stacked menu with a soft
204
199
drop shadow
205
-
206
- TODO check for redundant styles
207
200
*/
208
201
.nav__links.vertical {
209
202
position : absolute ;
@@ -526,7 +519,6 @@ TODO check for redundant styles
526
519
display : flex ;
527
520
}
528
521
529
-
530
522
.cards h2 a {
531
523
text-decoration : none ;
532
524
font-size : 1.2em ;
@@ -612,7 +604,7 @@ h2.clearall {
612
604
font-size : 1.0em ;
613
605
}
614
606
615
- .wide__p_text {
607
+ .wide__p_text {
616
608
-webkit-box-flex : 0 ;
617
609
-webkit-flex : 0 0 66.66667% ;
618
610
-ms-flex : 0 0 66.66667% ;
@@ -621,7 +613,6 @@ h2.clearall {
621
613
}
622
614
623
615
/* TWITTER cards */
624
-
625
616
.twitter-tweet {
626
617
border : 1px solid #ccc ;
627
618
border-radius : .5em ;
@@ -637,17 +628,17 @@ h2.clearall {
637
628
filter : drop-shadow (5px 5px 4px #ccc );
638
629
}
639
630
640
- .drop-down-off {
641
- opacity : 0 ;
642
- }
631
+ // .drop-down-off {
632
+ // opacity: 0;
633
+ // }
643
634
644
- .drop-down-off .vis-opac {
645
- opacity : 1 ;
646
- }
635
+ // .drop-down-off .vis-opac {
636
+ // opacity: 1;
637
+ // }
647
638
648
- .drop-down-on {
649
- opacity : 1 ;
650
- }
639
+ // .drop-down-on {
640
+ // opacity: 1;
641
+ // }
651
642
652
643
@charset " utf-8" ;
653
644
@import " minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}" ; // skin
0 commit comments