forked from nutomic/joinpeertube
Centered tite
This commit is contained in:
parent
dfb71eff6e
commit
c7435f7fc1
1 changed files with 5 additions and 2 deletions
|
@ -343,12 +343,15 @@
|
|||
.presentation {
|
||||
.first-row {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 70px;
|
||||
padding-top: 70px;
|
||||
margin: auto;
|
||||
|
||||
.brand {
|
||||
height: 47px;
|
||||
margin-bottom: 20px;
|
||||
margin-left: -30px;
|
||||
}
|
||||
|
||||
div {
|
||||
|
@ -356,7 +359,6 @@
|
|||
}
|
||||
|
||||
.description {
|
||||
margin-left: 60px;
|
||||
font-size: 24px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
@ -379,6 +381,7 @@
|
|||
font-size: 16px;
|
||||
margin: 50px auto;
|
||||
width: 500px;
|
||||
text-align: center;
|
||||
|
||||
@media screen and (max-width: $small-screen) {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue