Skip to content

Commit

Permalink
Update CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
skodapetr committed Nov 15, 2024
1 parent fa87a7f commit 34f03ef
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions assets/css/publisher-list.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.publishers-container .gov-card__content {
height: 100%;
display: flex;
flex-direction: column;
}
2 changes: 1 addition & 1 deletion server/http/local-catalog-list/local-catalog-list-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h3 class="gov-card__title inline">{{publisher.label}}</h3>
<gov-icon name="box-arrow-up-right"></gov-icon>
</a>
</div>
<div class="gov-card__inner">
<div class="gov-card__inner grow">
<div class="gov-card__main">
<div>
{{title}}
Expand Down
3 changes: 2 additions & 1 deletion server/http/publisher-list/publisher-list-cs.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="canonical" href="/publishers">
<link rel="alternate" href="/poskytovatelé" hreflang="cs">
<link rel="alternate" href="/publishers" hreflang="en">
<link type="text/css" rel="stylesheet" href="/assets/catalog/css/publisher-list.css">
</head>

<body>
Expand All @@ -30,7 +31,7 @@ <h3 class="gov-card__title inline">
<gov-icon name="box-arrow-up-right"></gov-icon>
</a>
</div>
<div class="gov-card__inner">
<div class="gov-card__inner grow">
<div class="gov-card__main">
<div class="flex-row x-large gap-4">
<a href="{{dashboardMonthly}}" title="Dashboard - měsíční průměry">
Expand Down
3 changes: 2 additions & 1 deletion server/http/publisher-list/publisher-list-en.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link rel="canonical" href="/publishers">
<link rel="alternate" href="/poskytovatelé" hreflang="cs">
<link rel="alternate" href="/publishers" hreflang="en">
<link type="text/css" rel="stylesheet" href="/assets/catalog/css/publisher-list.css">
</head>

<body>
Expand All @@ -30,7 +31,7 @@ <h3 class="gov-card__title inline">
<gov-icon name="box-arrow-up-right"></gov-icon>
</a>
</div>
<div class="gov-card__inner">
<div class="gov-card__inner grow">
<div class="gov-card__main">
<div class="flex-row x-large gap-4">
<a href="{{dashboardMonthly}}" title="Dashboard - monthly averages">
Expand Down

0 comments on commit 34f03ef

Please sign in to comment.