mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
WIP detail page (better fix for title)
This commit is contained in:
parent
448d1da04d
commit
5584c3aded
2 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
<div class="container title-top-banner">
|
<div class="container title-top-banner">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div
|
<div
|
||||||
class="col-xl-11 col-lg-8 col-md-8 col-sm-7 col-12 mobile-top-text">
|
class="mobile-top-text">
|
||||||
<h1 class="large-text">{{title}} <span *ngIf="releaseDate" class="grey-text">
|
<h1 class="large-text">{{title}} <span *ngIf="releaseDate" class="grey-text">
|
||||||
({{releaseDate | amLocal | amDateFormat: 'YYYY'}})</span>
|
({{releaseDate | amLocal | amDateFormat: 'YYYY'}})</span>
|
||||||
</h1>
|
</h1>
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
|
|
||||||
@media (min-width:571px){
|
@media (min-width:571px){
|
||||||
.title-top-banner{
|
.title-top-banner{
|
||||||
margin-left:300px;
|
padding-left:330px;
|
||||||
|
margin-left:0px;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
@media (max-width:571px){
|
@media (max-width:571px){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue