Skip to content

Commit eb77aff

Browse files
committed
Update Projects
1 parent 6d32e01 commit eb77aff

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ body::-webkit-scrollbar-thumb{
7878
position: relative;
7979
width: 100%;
8080
height: 100%;
81+
margin: auto;
82+
max-width: 21em;
8183
transform-style: preserve-3d;
8284
transition: all 0.5s ease;
8385
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h2 class="d-inline text-light" data-anime= "up"><strong>Meus</strong></h2>
162162
<h2 class="d-inline bg-dark text-warning rounded px-3 py-2" data-anime= "up"><strong>Projetos</strong></h2>
163163
</div>
164164
<!-- Projetos -->
165-
<div class="row text-center justify-content-center overflow overflow-auto" id="projetos" data-anime= "up">
165+
<div class="d-flex text-center flex-wrap justify-content-center aling-items-center overflow overflow-auto" id="projetos" data-anime= "up">
166166

167167
<!-- Aqui são dispostos os projetos via script -->
168168

js/Projeto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Projeto{
1313
// Use join para unir as strings em uma única string
1414
tecs = tecnologiasHtml.join('');
1515

16-
divProjetos.innerHTML += `<div class="col-md-4 container-one m-3">
16+
divProjetos.innerHTML += `<div class="container-one m-3">
1717
<div class="card-one">
1818
<div class="front card bg-dark">
1919
<!-- Foto Card -->

js/exibeProjetos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ var texto = 'Desenvolvimento de Telas e interfaces para sistema web da empresa L
6868

6969

7070
// imagem, titulo, tecnologias, texto, link, status
71-
projeto.exibeProjeto("logimodal", "SaLog", tecnologias, texto, '#', 'disabled');
71+
projeto.exibeProjeto("logimodal", "SaLog", tecnologias, texto, 'https://operacional.logimodal.com.br', 'disabled');

0 commit comments

Comments
 (0)