Skip to content

Commit 674880a

Browse files
Merge pull request #511 from stackbit/update
updated content and style
2 parents 4e9786a + 2021217 commit 674880a

File tree

5 files changed

+6
-14
lines changed

5 files changed

+6
-14
lines changed

content/theme/dante-astro-theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
1919
stale: false
2020
disabled: false
21-
featured: false
21+
featured: true
2222
netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/JustGoodUI/dante-astro-theme
2323
---
2424

content/theme/ovidius-astro-theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: >-
1717
Ovidius - a single-author blog theme for Astro.js and Tailwind CSS.
1818
stale: false
1919
disabled: false
20-
featured: true
20+
featured: false
2121
netlify_deploy: https://app.netlify.com/start/deploy?repository=https://github.com/JustGoodUI/ovidius-astro-theme
2222
---
2323

themes/jamstackthemes/assets/scss/_intro.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
font-size: 36px;
3535
}
3636
@include media-breakpoint-up(xl) {
37-
font-size: 46px;
37+
font-size: 42px;
3838
}
3939
}
4040
.intro-description {

themes/jamstackthemes/assets/scss/_theme-card.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,15 @@
3232
display: flex;
3333
flex-direction: column;
3434
h2 {
35-
font-size: 18px;
35+
font-size: 16px;
3636
font-weight: 600;
3737
margin-bottom: 10px;
3838
@include media-breakpoint-up(xl) {
39-
font-size: 24px;
39+
font-size: 20px;
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;

themes/jamstackthemes/layouts/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,13 @@
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">

0 commit comments

Comments
 (0)