mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-17 00:24:31 -05:00
Lots of CSS fixing and added new items
This commit is contained in:
parent
0f37f195a9
commit
599d44a86b
27 changed files with 1211 additions and 389 deletions
|
|
@ -1,5 +1,5 @@
|
|||
body {
|
||||
min-height: 100vh;
|
||||
/* min-height: 100vh; */
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
|
|
|||
BIN
src/assets/images/isl_logo.png
Normal file
BIN
src/assets/images/isl_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 196 KiB |
|
|
@ -1 +0,0 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 261.76 226.69"><path d="M161.096.001l-30.225 52.351L100.647.001H-.005l130.877 226.688L261.749.001z" fill="#41b883"/><path d="M161.096.001l-30.225 52.351L100.647.001H52.346l78.526 136.01L209.398.001z" fill="#34495e"/></svg>
|
||||
|
Before Width: | Height: | Size: 276 B |
|
|
@ -1,6 +1,6 @@
|
|||
@import './base.css';
|
||||
|
||||
#app {
|
||||
/* #app {
|
||||
margin: 0 auto;
|
||||
padding: 2rem;
|
||||
font-weight: normal;
|
||||
|
|
@ -28,4 +28,4 @@ a,
|
|||
#app {
|
||||
padding: 0 2rem;
|
||||
}
|
||||
}
|
||||
} */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue