File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -375,11 +375,13 @@ body[class*="province-"] .navbar a.is-active {
375375
376376/* Featured Explorer Section */
377377.featured-explorer {
378- background-color : var ( --card-bg ) ;
379- border-radius : 8 px ;
378+ margin-top : 3 rem ;
379+ background-color : transparent ;
380380 padding : 2rem ;
381- margin : 2 rem 0 ;
381+ border-radius : 8 px ;
382382 box-shadow : var (--shadow );
383+ width : 100% ;
384+ box-sizing : border-box;
383385}
384386
385387.featured-explorer h3 {
@@ -1535,6 +1537,24 @@ body[class*="province-"] .navbar a.is-active {
15351537 .province-video-frame {
15361538 padding : 0.6rem ;
15371539 }
1540+
1541+ .featured-explorer {
1542+ padding : 1.5rem ;
1543+ margin : 2rem 1rem ;
1544+ }
1545+
1546+ .featured-explorer h3 {
1547+ font-size : 1rem ;
1548+ }
1549+
1550+ .featured-explorer p {
1551+ font-size : 0.9rem ;
1552+ }
1553+
1554+ .featured-cta {
1555+ padding : 0.7rem 1.2rem ;
1556+ font-size : 0.9rem ;
1557+ }
15381558}
15391559
15401560@media (max-width : 480px ) {
@@ -1549,6 +1569,24 @@ body[class*="province-"] .navbar a.is-active {
15491569 .districts-list ul {
15501570 columns : 1 ;
15511571 }
1572+
1573+ .featured-explorer {
1574+ padding : 1rem ;
1575+ margin : 1.5rem 0.5rem ;
1576+ }
1577+
1578+ .featured-explorer h3 {
1579+ font-size : 0.95rem ;
1580+ }
1581+
1582+ .featured-explorer p {
1583+ font-size : 0.85rem ;
1584+ }
1585+
1586+ .featured-cta {
1587+ padding : 0.6rem 1rem ;
1588+ font-size : 0.85rem ;
1589+ }
15521590}
15531591
15541592@media print {
Original file line number Diff line number Diff line change @@ -386,3 +386,4 @@ <h3>Provinces</h3>
386386
387387
388388
389+
You can’t perform that action at this time.
0 commit comments