Skip to content

Commit

Permalink
fix image size
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypt0hunter committed Jan 2, 2020
1 parent 7434aef commit 8e229bf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion StratisCore.UI/src/app/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div class="row justify-content-center">
<div class="col-12 bg-dark pt-2 pb-2 border-bottom">
<img src="./assets/images/logo-small.png" height="40" width="40" class="float-left"/>
<img src="./assets/images/logo-small.png" width="30" class="float-left"/>

<h4 class="float-right mt-2">Open. Feeless. Infinite.</h4>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section id="GUI" class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 bg-dark pt-2 pb-2 border-bottom">
<img src="./assets/images/logo-small.png" height="40" width="40" class="float-left" />
<img src="./assets/images/logo-small.png" width="30" class="float-left" />

<h4 class="float-right mt-2">Open. Feeless. Infinite</h4>
</div>
Expand Down
2 changes: 1 addition & 1 deletion StratisCore.UI/src/app/setup/create/create.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section id="GUI" class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 bg-dark pt-2 pb-2 border-bottom">
<img src="./assets/images/logo-small.png" height="40" width="40" class="float-left" />
<img src="./assets/images/logo-small.png" width="30" class="float-left" />

<h4 class="float-right mt-2">Open. Feeless. Infinite.</h4>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section id="GUI" class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 bg-dark pt-2 pb-2 border-bottom">
<img src="./assets/images/logo-small.png" height="40" width="40" class="float-left" />
<img src="./assets/images/logo-small.png" width="30" class="float-left" />

<h4 class="float-right mt-2">Open. Feeless. Infinite.</h4>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section id="GUI" class="container-fluid">
<div class="row justify-content-center">
<div class="col-12 bg-dark pt-2 pb-2 border-bottom">
<img src="./assets/images/logo-small.png" height="40" width="40" class="float-left" />
<img src="./assets/images/logo-small.png" width="30" class="float-left" />

<h4 class="float-right mt-2">Open. Feeless. Infinite.</h4>
</div>
Expand Down
2 changes: 1 addition & 1 deletion StratisCore.UI/src/app/setup/setup.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section id="GUI" class="container-fluid" style="background-image: url(./assets/images/intro.svg); background-repeat:no-repeat; background-size:33% 100%;">
<div class="row justify-content-center">
<div class="col-12 bg-dark pt-2 pb-2 border-bottom">
<img src="./assets/images/logo-small.png" height="40" width="40" class="float-left" />
<img src="./assets/images/" height="40" width="40" class="float-left" />

<h4 class="float-right mt-2">Open. Feeless. Infinite.</h4>
</div>
Expand Down

0 comments on commit 8e229bf

Please sign in to comment.