Skip to content

Commit

Permalink
fix heading arial-level 1 2 3
Browse files Browse the repository at this point in the history
  • Loading branch information
papizzo committed Jul 27, 2023
1 parent 85c74b4 commit 51d0b71
Show file tree
Hide file tree
Showing 9 changed files with 389 additions and 370 deletions.
7 changes: 7 additions & 0 deletions terra-frontend/src/assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
.header-link {
padding-left: 0.2rem;
}

.c-sidebar-brand {
flex: 0 0 66px;
}
Expand Down Expand Up @@ -382,3 +383,9 @@ $themeColor: #321fdb;
label {
cursor: pointer;
}

.no-display {
/*display: none;*/


}
5 changes: 4 additions & 1 deletion terra-frontend/src/views/Home.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<template>
<div class="row" role="heading" aria-level="1">
<div class="row">
<h1 class="sr-only">
{{ $t("common.acronym") }}
</h1>
<div class="col-sm-6 col-md-4">
<div class="card" :title="$t('landing.map.title')">
<header class="card-header">
Expand Down
Loading

0 comments on commit 51d0b71

Please sign in to comment.