Skip to content

Commit 4f69ffe

Browse files
ajustes hotsite
1 parent 66a5914 commit 4f69ffe

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/client/src/app/hotsite/pages/index/index.component.html

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<img src="../../../../assets/hotsite/images/slider/logo1.jpeg" alt="Logo 1" class="logo">
110110
<img src="../../../../assets/hotsite/images/slider/logo2.jpeg" alt="Logo 2" class="logo">
111111
<img src="../../../../assets/hotsite/images/slider/logo3.jpeg" alt="Logo 3" class="logo">
112+
<img src="../../../../assets/hotsite/images/slider/logo4.jpg" alt="Logo 4" class="logo">
112113
</div>
113114
</div>
114115

src/client/src/assets/hotsite/css/style.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ section {
941941
right: 20px; /* Ajuste a distância da direita */
942942
display: flex;
943943
justify-content: space-between;
944-
width: 150px; /* Ajuste a largura conforme necessário */
944+
width: 200px; /* Ajuste a largura conforme necessário */
945945
z-index: 10000;
946946
}
947947

@@ -991,7 +991,7 @@ section {
991991
position: relative;
992992
background-color: rgba(39, 2, 37);
993993
overflow: hidden;
994-
height: 100vh;
994+
height: 1000px;
995995
}
996996

997997
.custom-flexslider .slides > li {
@@ -1035,7 +1035,7 @@ section {
10351035

10361036

10371037
.custom-flexslider {
1038-
height: 115vh;
1038+
height: 1000px;
10391039
}
10401040

10411041
.custom-flexslider .slides > li {
@@ -1068,7 +1068,7 @@ section {
10681068
}
10691069

10701070
.custom-flexslider {
1071-
height: 150vh;
1071+
height: 1100px;
10721072
}
10731073

10741074
.custom-flexslider .slides > li {
Loading

0 commit comments

Comments
 (0)