mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-06 05:01:13 -07:00
fixxxxx
This commit is contained in:
parent
c4eeb61c34
commit
cd72452eb2
1 changed files with 15 additions and 2 deletions
|
@ -185,6 +185,10 @@ header {
|
||||||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
|
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
|
||||||
transform: translateY(0);
|
transform: translateY(0);
|
||||||
transition: transform 0.5s ease-out;
|
transition: transform 0.5s ease-out;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro h1 {
|
.intro h1 {
|
||||||
|
@ -199,9 +203,13 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro img {
|
.intro img {
|
||||||
max-width: 250px;
|
max-width: 200px;
|
||||||
margin-bottom: 2rem;
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
margin: 0 auto 2rem;
|
||||||
|
display: block;
|
||||||
filter: drop-shadow(0 5px 15px rgba(255, 111, 0, 0.6));
|
filter: drop-shadow(0 5px 15px rgba(255, 111, 0, 0.6));
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Buttons */
|
/* Buttons */
|
||||||
|
@ -548,4 +556,9 @@ footer {
|
||||||
padding: 0.7rem 1.4rem;
|
padding: 0.7rem 1.4rem;
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.intro img {
|
||||||
|
max-width: 150px;
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue