Skip to content

Commit

Permalink
entity card ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Forberg committed Feb 17, 2024
1 parent b667d81 commit 0b235cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion public/css/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,15 @@
.entity-card-header {
display: flex;
align-items: center;
margin-bottom: -4px;
}

.entity-card-header .title {
font-size: 1.2em;
margin-bottom: 4px;
}

.entity-card-header uri-breadcrumbs {
font-size: 0.9em;
}

.entity-card-content {
Expand Down
5 changes: 4 additions & 1 deletion public/css/website.css
Original file line number Diff line number Diff line change
Expand Up @@ -10099,10 +10099,13 @@ label.panel-block:hover {
.entity-card .entity-card-header {
display: flex;
align-items: center;
margin-bottom: -4px;
}
.entity-card .entity-card-header .title {
font-size: 1.2em;
margin-bottom: 4px;
}
.entity-card .entity-card-header uri-breadcrumbs {
font-size: 0.9em;
}
.entity-card .entity-card-content {
margin-top: 0.5em;
Expand Down

0 comments on commit 0b235cc

Please sign in to comment.