Sfoglia il codice sorgente

Merge pull request #12555 from netchampfaris/web-fixes-24

fix: Website fixes
version-14
mergify[bot] 4 anni fa
committed by GitHub
parent
commit
0b7b6a863e
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
3 ha cambiato i file con 4 aggiunte e 3 eliminazioni
  1. +2
    -2
      frappe/public/scss/website/doc.scss
  2. +1
    -0
      frappe/public/scss/website/page_builder.scss
  3. +1
    -1
      frappe/website/web_template/section_with_features/section_with_features.html

+ 2
- 2
frappe/public/scss/website/doc.scss Vedi File

@@ -180,7 +180,7 @@ $navbar-height-lg: 4.5rem;

h2 {
font-size: $font-size-2xl;
font-weight: 400;
font-weight: 500;
}

h3 {
@@ -250,4 +250,4 @@ $navbar-height-lg: 4.5rem;
.breadcrumb {
margin-bottom: 0;
}
}
}

+ 1
- 0
frappe/public/scss/website/page_builder.scss Vedi File

@@ -657,6 +657,7 @@
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
}

.feature-title, .feature-content {


+ 1
- 1
frappe/website/web_template/section_with_features/section_with_features.html Vedi File

@@ -22,7 +22,7 @@
</div>
<div>
{%- if feature.url -%}
<a href="{{ feature.url }}" class="feature-url">Learn more →</a>
<a href="{{ feature.url }}" class="feature-url stretched-link">Learn more →</a>
{%- endif -%}
</div>
</div>


Caricamento…
Annulla
Salva