css titrage home
This commit is contained in:
@@ -303,14 +303,25 @@ input {
|
|||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal; }
|
font-style: normal; }
|
||||||
|
.home-page-layout-content .layout--onecol h4 {
|
||||||
|
font-size: 5rem;
|
||||||
|
font-weight: normal;
|
||||||
|
margin: 0; }
|
||||||
|
.home-page-layout-content .layout--onecol h5 {
|
||||||
|
font-size: 5rem;
|
||||||
|
font-weight: 900;
|
||||||
|
margin: 0;
|
||||||
|
line-height: 0.6; }
|
||||||
.home-page-layout-content .layout--onecol .block-region-content .block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f {
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end; }
|
justify-content: flex-end;
|
||||||
|
margin-top: 5rem; }
|
||||||
.home-page-layout-content .layout--onecol .block-region-content .block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f :hover {
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f :hover {
|
||||||
background-color: #fdc300; }
|
background-color: #fdc300; }
|
||||||
.home-page-layout-content .layout--onecol .block-region-content .block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0 {
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0 {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end; }
|
justify-content: flex-end;
|
||||||
|
margin-bottom: 4rem; }
|
||||||
.home-page-layout-content .layout--onecol .block-region-content .block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0 :hover {
|
.home-page-layout-content .layout--onecol .block-region-content .block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0 :hover {
|
||||||
background-color: #fdc300; }
|
background-color: #fdc300; }
|
||||||
|
|
||||||
|
|||||||
@@ -6,18 +6,33 @@
|
|||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
h4{
|
||||||
|
font-size: 5rem;
|
||||||
|
font-weight: normal;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h5{
|
||||||
|
font-size: 5rem;
|
||||||
|
font-weight: 900;
|
||||||
|
margin: 0;
|
||||||
|
line-height: 0.6;
|
||||||
|
|
||||||
|
}
|
||||||
.block-region-content{
|
.block-region-content{
|
||||||
|
|
||||||
.block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f{
|
.block-block-content1ca95211-9fa2-4ef2-a460-8184d1eaf20f{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
margin-top: 5rem;
|
||||||
:hover{
|
:hover{
|
||||||
background-color: $yellow-puca;
|
background-color: $yellow-puca;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0{
|
.block-block-content1dd151e8-8a8b-4586-9e62-8905ba0c93e0{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
margin-bottom: 4rem;
|
||||||
:hover{
|
:hover{
|
||||||
background-color: $yellow-puca;
|
background-color: $yellow-puca;
|
||||||
}
|
}
|
||||||
@@ -26,3 +41,4 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user