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 {
|
.presentation {
|
||||||
.first-row {
|
.first-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 70px;
|
padding-top: 70px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
.brand {
|
.brand {
|
||||||
height: 47px;
|
height: 47px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
margin-left: -30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
|
@ -356,7 +359,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
margin-left: 60px;
|
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
@ -379,6 +381,7 @@
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin: 50px auto;
|
margin: 50px auto;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
@media screen and (max-width: $small-screen) {
|
@media screen and (max-width: $small-screen) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue