Changeset 12487
- Timestamp:
- 03/22/2023 06:54:25 AM (21 months ago)
- Location:
- sites/trunk/browsehappy.com/public_html
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/browsehappy.com/public_html/functions.php
r11222 r12487 78 78 : __( '“Microsoft Edge ranks first when put to real world page load tests. Whether you use the web to search, watch or play, this browser won’t slow you down.”', 'browsehappy' ) 79 79 ), 80 ), 81 'brave' => (object) array( 82 'name' => 'Brave', 83 'long_name' => 'Brave', 84 'wikipedia' => 'Brave_(web_browser)', 85 'wikidata' => 'Q22906900', 86 'normalized' => 1.5, // include second number if non-zero 87 'facebook' => 'bravetheinternet', 88 'url' => 'https://brave.com/', 89 'info' => __( '“The Brave browser is a fast, private and secure web browser for PC, Mac and mobile.”', 'browsehappy' ), 80 90 ), 81 91 ); -
sites/trunk/browsehappy.com/public_html/style.css
r9404 r12487 97 97 .wrap { 98 98 zoom: 1; 99 max-width: 1 150px;99 max-width: 1380px; 100 100 margin: 0 auto; 101 101 } … … 328 328 } 329 329 330 #browserlist li#brave .icon { 331 background-position: -750px 0; 332 } 333 330 334 #browserlist h2 { 331 335 font: 140%/1 Impact, Helvetica, sans-serif; … … 602 606 } 603 607 604 @media (max-width: 1 168px) {608 @media (max-width: 1379px) { 605 609 #main .wrap { 606 610 max-width: 728px; … … 610 614 } 611 615 } 612 @media (max-width: 976px) 616 @media (max-width: 976px) { 613 617 #main .wrap { 614 618 max-width: 768px; 615 619 } 616 620 } 617 @media (max-width: 784px) 621 @media (max-width: 784px) { 618 622 #main .wrap { 619 623 max-width: 690px; … … 623 627 } 624 628 } 625 @media (max-width: 705px) 629 @media (max-width: 705px) { 626 630 #main .wrap { 627 631 max-width: 460px; … … 687 691 background-image: url(imgs/browsehappy-sprite-2x.png); 688 692 background-repeat: no-repeat; 689 background-size: 750px 170px;690 } 691 } 693 background-size: 875px 170px; 694 } 695 }
Note: See TracChangeset
for help on using the changeset viewer.