update home page styles
This commit is contained in:
parent
a457f2e68d
commit
394df9263c
7 changed files with 132 additions and 35 deletions
|
|
@ -118,6 +118,7 @@ main > .film {
|
|||
.summary-block {
|
||||
max-width: 1080px;
|
||||
margin-top: 60vh;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.bio-block {
|
||||
|
|
@ -150,10 +151,11 @@ main > .film {
|
|||
color: #fff;
|
||||
border: 4px solid rgba(#fff, 0.3);
|
||||
border-radius: 50%;
|
||||
box-sizing: border-box;
|
||||
font-size: 36px;
|
||||
text-decoration: none;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
width: 54px;
|
||||
height: 54px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
@ -162,7 +164,11 @@ main > .film {
|
|||
|
||||
.film-play-block {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.film-play-padma {
|
||||
font-family: "wrong font";
|
||||
}
|
||||
|
||||
.film-play-spacer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue