Skip to content

Commit 39962c5

Browse files
committed
HomeModule: slight tweaks to "Access, Learn, Report/Request" heading spacing
1 parent 81a89a8 commit 39962c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/HomeModule.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<div class="tile is-ancestor cve-task-tiles-container">
3434
<div class="tile is-parent cve-task-access-tile">
3535
<article class="tile is-child cve-border-dark-blue">
36-
<h3 class="title is-5 cve-task-tile-header">
36+
<h3 class="title is-4 cve-task-tile-header">
3737
<span class="icon is-medium is-block cve-task-tile-icon"><font-awesome-icon :icon="['far', 'arrow-alt-circle-right']" /></span>
3838
Access
3939
</h3>
@@ -68,7 +68,7 @@
6868
</div>
6969
<div class="tile is-parent cve-task-learn-tile">
7070
<article class="tile is-child cve-border-dark-blue">
71-
<h3 class="title is-5 cve-task-tile-header">
71+
<h3 class="title is-4 cve-task-tile-header">
7272
<span class="icon is-medium is-block cve-task-tile-icon"><font-awesome-icon :icon="['fab', 'leanpub']"/></span>
7373
Learn
7474
</h3>
@@ -272,7 +272,7 @@ export default {
272272
.cve-task-tile-header {
273273
background-color: $theme-color-primary-darker;
274274
color: white;
275-
padding: 8px 10px 8px 10px;
275+
padding: 8px 10px 0px 10px;
276276
text-align: left;
277277
display: flex;
278278
}

0 commit comments

Comments
 (0)