@@ -101,28 +101,45 @@ body .hfeed {
101
101
padding-left : 1.683937825% ;
102
102
padding-right : 1.683937825% ; } }
103
103
body .hfeed .site-header .site-branding {
104
- display : block;
105
- float : left;
106
- margin-left : 0 ;
107
- margin-right : -100% ;
108
- width : 13.8601036333% ;
109
- -moz-box-sizing : border-box;
110
- -webkit-box-sizing : border-box;
111
- box-sizing : border-box;
112
- padding-left : 3.36787565% ;
113
- padding-right : 3.36787565% ; }
114
- body .hfeed .site-header nav .main-navigation {
115
- display : block;
116
- float : left;
117
- margin-left : 17.2279792833% ;
118
- margin-right : -100% ;
119
- width : 56.9300518369% ; }
120
- body .hfeed .site-header .site-search {
121
- display : block;
122
- float : left;
123
- margin-left : 68.9119171331% ;
124
- margin-right : -100% ;
125
- width : 22.4740932579% ; }
104
+ text-align : center; }
105
+ @media only screen and (min-width : 990px ) {
106
+ body .hfeed .site-header .site-branding {
107
+ display : block;
108
+ float : left;
109
+ margin-left : 0 ;
110
+ margin-right : -100% ;
111
+ width : 13.8601036333% ; } }
112
+ @media only screen and (min-width : 768px ) {
113
+ body .hfeed .site-header nav .main-navigation {
114
+ display : block;
115
+ float : left;
116
+ margin-left : 12.8255208384% ;
117
+ margin-right : -100% ;
118
+ width : 61.5234375154% ; } }
119
+ @media only screen and (min-width : 990px ) {
120
+ body .hfeed .site-header nav .main-navigation {
121
+ display : block;
122
+ float : left;
123
+ margin-left : 17.2279792833% ;
124
+ margin-right : -100% ;
125
+ width : 56.9300518369% ; } }
126
+ @media only screen and (max-width : 767px ) {
127
+ body .hfeed .site-header .site-search {
128
+ clear : both; } }
129
+ @media only screen and (min-width : 768px ) {
130
+ body .hfeed .site-header .site-search {
131
+ display : block;
132
+ float : left;
133
+ margin-left : 76.9531250238% ;
134
+ margin-right : -100% ;
135
+ width : 23.0468749995% ; } }
136
+ @media only screen and (min-width : 990px ) {
137
+ body .hfeed .site-header .site-search {
138
+ display : block;
139
+ float : left;
140
+ margin-left : 68.9119171331% ;
141
+ margin-right : -100% ;
142
+ width : 22.4740932579% ; } }
126
143
body .hfeed .site-content {
127
144
margin-top : 20px ;
128
145
clear : both;
@@ -522,7 +539,10 @@ h1 {
522
539
523
540
h1 .site-title {
524
541
font-size : 30px ;
525
- font-size : 3rem ; }
542
+ font-size : 3rem ;
543
+ margin-top : 10px ; }
544
+ h1 .site-title a {
545
+ text-decoration : none; }
526
546
527
547
h2 {
528
548
font-size : 25px ;
@@ -1265,15 +1285,17 @@ form#main-search {
1265
1285
margin-top : 15px ; }
1266
1286
form # main-search input {
1267
1287
width : 75% ;
1268
- border : none; }
1288
+ border : none;
1289
+ border-bottom : 1px solid # eee ; }
1269
1290
form # main-search button # search-submit {
1270
1291
color : # c8c8c8 ;
1271
1292
background : none;
1272
1293
border : none;
1273
1294
box-shadow : none;
1274
1295
display : inline-block;
1275
1296
margin-bottom : 0px ;
1276
- font : normal 16 px/1 'Genericons' ; }
1297
+ font : normal 16 px/1 'Genericons' ;
1298
+ padding : 0 ; }
1277
1299
form # main-search button # search-submit ::after {
1278
1300
content : '\f400' ; }
1279
1301
form # main-search button # search-submit input : focus {
@@ -1314,7 +1336,7 @@ a {
1314
1336
5.2 Menus
1315
1337
--------------------------------------------------------------*/
1316
1338
.main-navigation {
1317
- margin-top : 15 px ; }
1339
+ margin-top : 25 px ; }
1318
1340
.main-navigation ul .nav-menu {
1319
1341
list-style : none;
1320
1342
margin : 0 ; }
@@ -1326,7 +1348,8 @@ a {
1326
1348
left : -999em ;
1327
1349
z-index : 99999 ; }
1328
1350
.main-navigation ul .nav-menu ul ul {
1329
- left : -999em ; }
1351
+ left : -999em ;
1352
+ top : 0 ; }
1330
1353
.main-navigation ul .nav-menu ul li {
1331
1354
float : left;
1332
1355
position : relative;
@@ -1336,7 +1359,7 @@ a {
1336
1359
.main-navigation ul .nav-menu ul li : hover > ul {
1337
1360
left : 100% ; }
1338
1361
.main-navigation ul .nav-menu ul li : hover {
1339
- background : # 17a ; }
1362
+ background : # eee ; }
1340
1363
.main-navigation ul .nav-menu li : hover > ul {
1341
1364
left : auto; }
1342
1365
.main-navigation li {
@@ -1529,9 +1552,8 @@ a {
1529
1552
clear : both;
1530
1553
margin : 0 0 1.5em ; }
1531
1554
1532
- @media only screen and (min-width : 990px ) {
1533
- .entry-header , .entry-meta {
1534
- border-top : 1px solid # eee ; } }
1555
+ .entry-header , .entry-meta {
1556
+ border-top : 1px solid # eee ; }
1535
1557
1536
1558
.entry-meta a {
1537
1559
text-decoration : none;
0 commit comments