Implementation of:
- Authenticated PIS - Report Issue - About Page
This commit is contained in:
10
src/lib/images/large-logo.svelte
Normal file
10
src/lib/images/large-logo.svelte
Normal file
@@ -0,0 +1,10 @@
|
||||
<img src="/images/logo/wide_logo.svg" alt="Logo">
|
||||
|
||||
<style>
|
||||
img {
|
||||
width: 50%;
|
||||
max-width: 250px;
|
||||
margin-top: 55px;
|
||||
margin-bottom: 55px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user