style: changing appearance of blocks
This commit is contained in:
@@ -222,9 +222,10 @@ img {
|
|||||||
.hero__content {
|
.hero__content {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
max-width: 816px;
|
max-width: 1000px;
|
||||||
margin-left: 528px;
|
margin-left: 528px;
|
||||||
padding-top: 104px;
|
padding-top: 104px;
|
||||||
|
padding-bottom: 50px;
|
||||||
}
|
}
|
||||||
.hero__content > * {
|
.hero__content > * {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@@ -243,7 +244,7 @@ img {
|
|||||||
animation-delay: 0.52s;
|
animation-delay: 0.52s;
|
||||||
}
|
}
|
||||||
.hero h1 {
|
.hero h1 {
|
||||||
max-width: 768px;
|
max-width: 1000px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
font-size: 72px;
|
font-size: 72px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@@ -467,6 +468,9 @@ img {
|
|||||||
min-height: 338px;
|
min-height: 338px;
|
||||||
padding: 33px;
|
padding: 33px;
|
||||||
transition: transform 0.3s ease, border-color 0.3s ease;
|
transition: transform 0.3s ease, border-color 0.3s ease;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.object-card__content h3 {
|
.object-card__content h3 {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
|||||||
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -183,9 +183,10 @@ img {
|
|||||||
&__content {
|
&__content {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
max-width: 816px;
|
max-width: 1000px;
|
||||||
margin-left: 528px;
|
margin-left: 528px;
|
||||||
padding-top: 104px;
|
padding-top: 104px;
|
||||||
|
padding-bottom: 50px;
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@@ -210,7 +211,7 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
max-width: 768px;
|
max-width: 1000px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
font-size: 72px;
|
font-size: 72px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
@@ -459,6 +460,9 @@ img {
|
|||||||
min-height: 338px;
|
min-height: 338px;
|
||||||
padding: 33px;
|
padding: 33px;
|
||||||
transition: transform 0.3s ease, border-color 0.3s ease;
|
transition: transform 0.3s ease, border-color 0.3s ease;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user