Skip to content

Commit

Permalink
minor design fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioaltamura committed Jul 17, 2020
1 parent 524a61e commit e5c005d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ input[type="text"] {
font-size: 1em;
color: black;
font-weight: bold;
margin: 0 4px;
}

.iva-logo-white {
Expand Down
2 changes: 1 addition & 1 deletion src/welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default class WelcomeWeb extends LitElement {
<div class="iva-logo">
<img src="./img/iva.svg" />
<p class="version">
<span class="bracket">( </span><span>${this.version}</span><span class="bracket"> )</span>
<span class="bracket">(</span><span>${this.version}</span><span class="bracket">)</span>
</p>
<span class="subtitle">Interactive Variant Analysis</span>
</div>
Expand Down

0 comments on commit e5c005d

Please sign in to comment.