mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Fix mobile app links and add legal
This commit is contained in:
parent
8bb5740895
commit
d639789d1f
2 changed files with 48 additions and 23 deletions
|
@ -274,12 +274,33 @@ ol {
|
|||
background: #000;
|
||||
}
|
||||
|
||||
.badges {
|
||||
display: inline-block;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.badges img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.apple-badge img {
|
||||
width: 88%;
|
||||
margin: 6%;
|
||||
}
|
||||
|
||||
.madeby-container {
|
||||
padding: 150px 0;
|
||||
color: #000;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.legal {
|
||||
font-size: 12px;
|
||||
margin: 50px 0 30px 0;
|
||||
color: #a0a0a0;
|
||||
}
|
||||
|
||||
/* Fancy css loader */
|
||||
.loader {
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue