@@ -4,7 +4,7 @@ Theme URI: http://underscores.me/
44Author: TBD...
55Author URI: https://multiple_wordpress_awesome.contributors
66Description: The most awesome theme for gwtd3!
7- Version: 1.0.3
7+ Version: 1.0.4
88License: GNU General Public License v2 or later
99License URI: LICENSE
1010Text Domain: gwtd3
@@ -52,6 +52,10 @@ h1, h2, h3, h4, h5 {
5252 font-weight : 600 ;
5353}
5454
55+ strong {
56+ font-weight : 600 ;
57+ }
58+
5559/* Colors
5660-------------------------------------------------- */
5761
@@ -229,22 +233,6 @@ h1, h2, h3, h4, h5 {
229233/* LP sections
230234–––––––––––––––––––––––––––––––––––––––––––––––––– */
231235
232- .questionmark ,
233- .globe ,
234- .rocket {
235- display : none;
236- width : 100% ;
237- text-align : center;
238- clear : both;
239- margin-bottom : 4rem ;
240- }
241-
242- .questionmark img ,
243- .globe img ,
244- .rocket img {
245- width : 150px ;
246- }
247-
248236.section .lp-what-it-is {
249237 background : # D5AFBB ;
250238 color : # 471530 ;
@@ -253,13 +241,13 @@ h1, h2, h3, h4, h5 {
253241 background-repeat : no-repeat;
254242 background-attachment : local;
255243 background-position : 8% center;
256- background-size : 280 px ;
244+ background-size : 350 px ;
257245 background-origin : content-box;
258246}
259247
260248.section .lp-where-it-is {
261- background : # 5A90AA ;
262- color : # 9AD9E1 ;
249+ background : # 54879B ;
250+ color : # CFEDF9 ;
263251 background-image : url (img/globe.png);
264252 background-image : url (img/globe.svg), linear-gradient (transparent, transparent);
265253 background-repeat : no-repeat;
@@ -270,12 +258,12 @@ h1, h2, h3, h4, h5 {
270258}
271259
272260.section .lp-where-it-is h2 {
273- color : # 14455B ;
261+ color : # 17506A ;
274262}
275263
276264.section .lp-how-to-get-involved {
277- background : # 21627E ;
278- color : # D5AFBB ;
265+ background : # 17506A ;
266+ color : # E5CFD7 ;
279267 background-image : url (img/rocket.png);
280268 background-image : url (img/rocket.svg), linear-gradient (transparent, transparent);
281269 background-repeat : no-repeat;
@@ -289,6 +277,7 @@ h1, h2, h3, h4, h5 {
289277.section .lp-where-it-is h2 ,
290278.section .lp-how-to-get-involved h2 {
291279 font-size : 8.0rem ;
280+ z-index : 10 ;
292281}
293282
294283/* Header
@@ -349,22 +338,32 @@ h1, h2, h3, h4, h5 {
349338}
350339
351340# site-menu {
352- width : 300 px ;
341+ width : 200 px ;
353342 height : 100% ;
354343 position : absolute;
355344 top : 0 ;
356- left : -300 px ;
345+ left : -200 px ;
357346 background : # 5A90AA ;
358347 padding : 15px ;
359348}
360349
361350# site-wrapper .show-nav # site-canvas {
362- -webkit-transform : translateX (300 px );
363- transform : translateX (300 px );
351+ -webkit-transform : translateX (200 px );
352+ transform : translateX (200 px );
364353}
365354
366355# site-menu ul {
367356 list-style : none;
357+ padding : 0 ;
358+ margin : 0 ;
359+ }
360+
361+ # site-menu ul li {
362+ text-align : center;
363+ }
364+
365+ # site-menu # gwtd-menu {
366+ margin-top : 5rem ;
368367}
369368
370369# mobile-menu-trigger {
@@ -438,7 +437,7 @@ h1, h2, h3, h4, h5 {
438437 .section .lp-what-it-is h2 ,
439438 .section .lp-where-it-is h2 ,
440439 .section .lp-how-to-get-involved h2 {
441- font-size : 6 .0rem ;
440+ font-size : 5 .0rem ;
442441 }
443442
444443 .footer h2 {
@@ -462,19 +461,15 @@ h1, h2, h3, h4, h5 {
462461 .section .lp-what-it-is h2 ,
463462 .section .lp-where-it-is h2 ,
464463 .section .lp-how-to-get-involved h2 {
465- font-size : 3.5rem ;
466- }
467-
468- .questionmark ,
469- .globe ,
470- .rocket {
471- display : block;
464+ margin : 5rem 0 ;
472465 }
473466
474467 .section .lp-what-it-is ,
475468 .section .lp-where-it-is ,
476469 .section .lp-how-to-get-involved {
477- background-image : none;
470+ background-position : 20px 20px ;
471+ background-size : 200px ;
472+ background-origin : padding-box;
478473 }
479474 .section .primary-menus .columns {
480475 display : none;
0 commit comments