Skip to content

Commit

Permalink
UI: make logo smaller to maximize usable space
Browse files Browse the repository at this point in the history
  • Loading branch information
lwitkowski committed Aug 2, 2024
1 parent 604d8ca commit e82171e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 33 deletions.
Binary file added ui/assets/logo_v3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui/public/logo_v3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 1 addition & 33 deletions ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div id="app">
<div class="header">
<div id="logo">
<img src="/logo_v3.png" width="300" height="109" />
<img src="/logo_v3.png" width="150" />
</div>
<div id="nav">
<div class="nav-element">
Expand Down Expand Up @@ -97,11 +97,6 @@ export default {
grid-row: 3;
}
.feedback-component {
grid-column: 1;
grid-row: 3;
}
/* desktop version */
@media all and (min-width: 500px) {
.header {
Expand Down Expand Up @@ -168,33 +163,6 @@ export default {
margin-bottom: 10px;
}
.click-button {
background-color: #011627;
color: #ffffff;
width: 40%;
height: 40px;
display: block;
clear: left;
border-radius: 2px;
padding: 10px;
margin: 0 auto;
font-size: 14px;
}
.close-button {
background-color: #f71735;
float: right;
width: 25px;
height: 25px;
margin: 10px;
}
#footer a {
text-decoration: none;
font-size: 14px;
color: #000000;
}
#footer {
width: 350px;
margin: auto;
Expand Down

0 comments on commit e82171e

Please sign in to comment.