Skip to content

Commit

Permalink
Update App.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon authored Sep 2, 2024
1 parent 0faca49 commit fa71041
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<n-config-provider :theme="darkTheme">
<img src="./assets/meeting-bubbles.png" style="height: 30vw; max-height: 20vh;">
<div id="header">Cash Creep</div>

<!-- Counter -->
<div @click="cycleCounterStyle()"
Expand Down Expand Up @@ -395,6 +396,20 @@ body {
margin-top: 2em;
}
#header {
height: 30vw;
max-height: 20vh;
background-image: url(/meeting-cash-creep/img/meeting-bubbles.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
font-size: 3.5em;
padding-top: 0.5em;
align-content: center;
font-family: fantasy;
font-weight: bold;
}
.n-input,
.n-input.n-input--disabled{
background-color: transparent;
Expand Down

0 comments on commit fa71041

Please sign in to comment.