Changeset 12500
- Timestamp:
- 03/27/2023 10:52:35 PM (8 months ago)
- Location:
- sites/trunk/browsehappy.com/public_html
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/browsehappy.com/public_html/index.php
r10000 r12500 15 15 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 16 16 17 <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/style.css?1 4" />17 <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/style.css?15" /> 18 18 <script src="<?php echo get_template_directory_uri(); ?>/js/modernizr-1.6.min.js"></script> 19 19 <script src="https://use.typekit.com/lsw6yis.js"></script> -
sites/trunk/browsehappy.com/public_html/style.css
r12487 r12500 590 590 clear: both; 591 591 margin: 0 auto; 592 padding-top: 10px;592 padding-top: 60px; 593 593 } 594 594 … … 659 659 width: 242px; 660 660 } 661 #about, 662 #share { 663 float: none; 664 margin-left: 15px; 665 margin-right: 15px; 666 width: inherit; 667 } 668 #about { 669 margin-bottom: 15px; 670 671 } 672 #byline { 673 padding-top: 20px; 674 } 675 footer { 676 padding: 40px 0; 677 } 661 678 } 662 679 @media (max-width: 430px) { … … 669 686 .wf-leaguegothic1leaguegothic2-n4-active header h1 { 670 687 font-size: 1000%; 688 } 689 footer { 690 padding: 25px 0; 671 691 } 672 692 }
Note: See TracChangeset
for help on using the changeset viewer.