@@ -228,25 +228,11 @@ Navbar Styles
228228 }
229229}
230230
231- /*******************************************************************************
232- Footer Styles
233- *******************************************************************************/
234- .footer {
235- width : 100% ;
236- padding : 10px 0 0 0 ;
237- color : # fff ;
238- background : # 000 ;
239- }
240-
241- .footer p {
242- font-size : 14px ;
243- }
244-
245231/*******************************************************************************
246232Jumbotron Styles
247233*******************************************************************************/
248234.jumbotron-wrapper {
249- padding : 0 10 px ;
235+ padding : 0 40 px ;
250236 color : # fff ;
251237 background : # 000 ;
252238 position : relative;
@@ -325,19 +311,19 @@ Jumbotron Styles
325311 font-size : 720% ;
326312 }
327313 .jumbotron-small {
328- height : 70 vh ;
314+ height : 60 vh ;
329315 }
330316 .jumbotron-small .jumbotron-content {
331317 position : relative;
332- top : 50 % ;
318+ top : 55 % ;
333319 -webkit-transform : translateY (-50% );
334320 -moz-transform : translateY (-50% );
335321 -ms-transform : translateY (-50% );
336322 -o-transform : translateY (-50% );
337323 transform : translateY (-50% );
338324 }
339325 .jumbotron-small .jumbotron-content # title {
340- font-size : 600 % ;
326+ font-size : 500 % ;
341327 }
342328}
343329
@@ -362,23 +348,59 @@ Jumbotron Styles
362348}
363349
364350/*******************************************************************************
365- Main Content Styles
351+ Cards Styles
366352*******************************************************************************/
367- .content-home {
353+ .card-wrapper {
368354 position : relative;
369- padding-top : 20 px ;
370- padding-bottom : 20 px ;
355+ background : # fff ;
356+ box-shadow : 0 0 5 px # 777 ;
371357}
372358
373- .content-home .card-wrap {
374- position : relative;
359+ .card-big {
375360 margin : 20px 0 ;
376361 padding : 20px 30px 40px 30px ;
377- background : # fff ;
378- box-shadow : 0 0 5px # 777 ;
379362}
380363
381- .content-home .card-wrap h3 {
364+ .card-small {
365+ margin : 10px 0 ;
366+ padding : 10px 40px 10px 40px ;
367+ }
368+
369+ @media only screen and (max-width : 767px ) {
370+ .card-big {
371+ padding-right : 10px ;
372+ padding-left : 10px ;
373+ }
374+ .card-small {
375+ margin : 25px 0 ;
376+ padding : 20px 10px 30px 10px ;
377+ }
378+ }
379+
380+ /*******************************************************************************
381+ Footer Styles
382+ *******************************************************************************/
383+ .footer {
384+ width : 100% ;
385+ padding : 10px 0 0 0 ;
386+ color : # fff ;
387+ background : # 000 ;
388+ }
389+
390+ .footer p {
391+ font-size : 14px ;
392+ }
393+
394+ /*******************************************************************************
395+ Home Page Styles
396+ *******************************************************************************/
397+ .content-home {
398+ position : relative;
399+ padding-top : 20px ;
400+ padding-bottom : 20px ;
401+ }
402+
403+ .content-home .card-big h3 {
382404 font-family : "Raleway" , "Lucida Grande" , sans-serif;
383405 font-weight : 400 ;
384406 margin-bottom : 30px ;
@@ -449,9 +471,4 @@ Main Content Styles
449471 color : # 696969 ;
450472}
451473
452- @media only screen and (max-width : 767px ) {
453- .content-home .card-wrap {
454- padding-right : 10px ;
455- padding-left : 10px ;
456- }
457474}
0 commit comments