Skip to content

Commit

Permalink
Create styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimskor78 authored Oct 8, 2024
1 parent 164a27c commit ca9a2e1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.vocs_NavLogo_logoImage {
height: 30% !important;
}

.footer {
align-items: center;
display: flex;
flex-direction: column;
font-size: 14px;
font-weight: 400;
line-height: 1.5em;
margin-top: 5rem;
width: 100%;
}

.vocs_Button_button.text-xl {
font-size: var(--vocs-fontSize_32);
height: var(--vocs-fontSize_64);
}

0 comments on commit ca9a2e1

Please sign in to comment.