File tree Expand file tree Collapse file tree 5 files changed +6
-14
lines changed Expand file tree Collapse file tree 5 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ description: >-
1818 Dante - uncluttered minimal blog and portfolio Astro.js + Tailwind CSS theme designed for those who appreciate clarity and minimalism.
1919stale : false
2020disabled : false
21- featured : false
21+ featured : true
2222netlify_deploy : https://app.netlify.com/start/deploy?repository=https://github.com/JustGoodUI/dante-astro-theme
2323---
2424
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ description: >-
1717 Ovidius - a single-author blog theme for Astro.js and Tailwind CSS.
1818stale : false
1919disabled : false
20- featured : true
20+ featured : false
2121netlify_deploy : https://app.netlify.com/start/deploy?repository=https://github.com/JustGoodUI/ovidius-astro-theme
2222---
2323
Original file line number Diff line number Diff line change 3434 font-size : 36px ;
3535 }
3636 @include media-breakpoint-up (xl) {
37- font-size : 46 px ;
37+ font-size : 42 px ;
3838 }
3939 }
4040 .intro-description {
Original file line number Diff line number Diff line change 3232 display : flex ;
3333 flex-direction : column ;
3434 h2 {
35- font-size : 18 px ;
35+ font-size : 16 px ;
3636 font-weight : 600 ;
3737 margin-bottom : 10px ;
3838 @include media-breakpoint-up (xl) {
39- font-size : 24 px ;
39+ font-size : 20 px ;
4040 }
4141 }
4242 p {
4343 font-size : 14px ;
44- @include media-breakpoint-up (xl) {
45- font-size : 16px ;
46- }
4744 & .description {
4845 padding : 20px 0 20px 0 ;
4946 padding : 0 ;
Original file line number Diff line number Diff line change 2626
2727 < div class ="main ">
2828 < div class ="container ">
29-
30-
3129 < div class ="intro ">
32- < div class ="compose-banner ">
33- < a href ="https://www.netlify.com/compose/?ref=jamstackthemeswebsite "> < img src ="/images/banner/compose-banner.svg " alt ="Netlify Create logo "/> </ a >
34- </ div >
3530 < div class ="intro-heading ">
3631 < h1 class ="intro-title "> New Themes < span class ="count "> (< span class ="count-number "> {{ $themeCount }}</ span > )</ span > </ h1 >
3732 </ div >
3833 < div class ="intro-description d-none d-md-block ">
3934 < p > A list of open-source themes, templates and starters for < a href ="https://www.jamstack.wtf " target ="_blank " rel ="noopener "> Jamstack</ a > sites.
40- Supported by < a href ="https://developers. netlify.com/guides/ ?ref=jamstackthemes "> Netlify developers site </ a > .
35+ Supported by < a href ="https://netlify.com/?ref=jamstackthemes "> Netlify</ a > .
4136 </ p >
4237 </ div >
4338 < div class ="intro-description d-md-none ">
You can’t perform that action at this time.
0 commit comments