Skip to content

Commit

Permalink
ajustes hotsite
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieltarozzo committed Dec 9, 2024
1 parent 66a5914 commit 4f69ffe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
<img src="../../../../assets/hotsite/images/slider/logo1.jpeg" alt="Logo 1" class="logo">
<img src="../../../../assets/hotsite/images/slider/logo2.jpeg" alt="Logo 2" class="logo">
<img src="../../../../assets/hotsite/images/slider/logo3.jpeg" alt="Logo 3" class="logo">
<img src="../../../../assets/hotsite/images/slider/logo4.jpg" alt="Logo 4" class="logo">
</div>
</div>

Expand Down
8 changes: 4 additions & 4 deletions src/client/src/assets/hotsite/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ section {
right: 20px; /* Ajuste a distância da direita */
display: flex;
justify-content: space-between;
width: 150px; /* Ajuste a largura conforme necessário */
width: 200px; /* Ajuste a largura conforme necessário */
z-index: 10000;
}

Expand Down Expand Up @@ -991,7 +991,7 @@ section {
position: relative;
background-color: rgba(39, 2, 37);
overflow: hidden;
height: 100vh;
height: 1000px;
}

.custom-flexslider .slides > li {
Expand Down Expand Up @@ -1035,7 +1035,7 @@ section {


.custom-flexslider {
height: 115vh;
height: 1000px;
}

.custom-flexslider .slides > li {
Expand Down Expand Up @@ -1068,7 +1068,7 @@ section {
}

.custom-flexslider {
height: 150vh;
height: 1100px;
}

.custom-flexslider .slides > li {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f69ffe

Please sign in to comment.