changes for version 0.1.5 and release of version 0.1.5 #23

Merged
ben merged 5 commits from ben/Jobboerse:main into main 2022-05-26 18:46:18 +02:00
3 changed files with 14 additions and 3 deletions
Showing only changes of commit db0099f84f - Show all commits

fix long titles and offering-party name breaking centering

also removes "Stellenanzeige von" instead make text italic
Bennet Bleßmann 2022-05-26 17:59:49 +02:00 committed by Bennet Bleßmann
Signed by: ben
GPG key ID: 3BE1A1A3CBC3CF99

View file

@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Change
- some display/style changes for job offer entries
### Fix
- /summary should be accessible for anonymous visitors

View file

@ -59,6 +59,14 @@ main {
align-items: center;
}
.centered-text {
text-align: center;
}
.italic-text {
font-style: italic;
}
.login-form {
display: grid;
grid-gap: 5px;

View file

@ -5,9 +5,9 @@
}}
<div class="joboffer-index-entry-content {{#if user}}{{job_offer.status}}{{/if}}">
<h2 class="joboffer-title centered">{{job_offer.title}}</h2>
<div class="centered">
Stellenanzeige von {{job_offer.offering_party}}
<h2 class="joboffer-title centered centered-text">{{job_offer.title}}</h2>
<div class="joboffer-offering-party centered centered-text italic-text">
{{job_offer.offering_party}}
</div>
<br />