Skip to content

Commit af2e8a1

Browse files
authored
Merge pull request #51 from LABHDUFBA/thibau
Fix Geral - Mobile
2 parents c0d7817 + 9d037e4 commit af2e8a1

File tree

4 files changed

+15
-57
lines changed

4 files changed

+15
-57
lines changed

assets/scss/custom.scss

Lines changed: 7 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,9 @@
11
// Add your own custom styles here
22

3-
/* Certifique-se de que a barra de navegação está usando flexbox */
4-
.navbar {
5-
display: flex;
6-
justify-content: space-between;
7-
align-items: center;
8-
}
9-
10-
/* Ajuste os itens do menu para garantir que estejam alinhados corretamente */
11-
.navbar ul {
12-
display: flex;
13-
list-style: none;
14-
padding: 0;
15-
margin: 0;
16-
}
17-
18-
.navbar ul li {
19-
margin: 0 10px;
20-
}
21-
22-
/* Adicione estilo para o botão de contato */
23-
.navbar .get-in-touch {
24-
margin-left: auto; /* Empurra o botão para o lado direito */
25-
}
26-
27-
/* Certifique-se de que os itens do menu têm um tamanho de fonte e espaçamento consistentes */
28-
.navbar ul li a {
29-
font-size: 16px;
30-
padding: 10px 5px;
31-
}
32-
33-
/* Ajuste para diferentes tamanhos de tela */
34-
@media (max-width: 768px) {
35-
.navbar ul {
36-
flex-direction: column;
37-
align-items: flex-start;
38-
}
39-
40-
.navbar .get-in-touch {
41-
margin-left: 0;
42-
margin-top: 10px;
43-
}
44-
}
45-
3+
.center-content {
4+
justify-content: center;
5+
}
6+
7+
.spaced-img {
8+
margin: 0 10px; /* Adiciona 10px de margem à esquerda e à direita */
9+
}

config/_default/params.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ copyright = "<br>Parceiros<br><div class='center-content'><img src='https://raw.
4444
enable = false
4545
preloader = "" # use jpg, png, svg or gif format.
4646

47-
# Navigation button
48-
[navigation_button]
49-
enable = true
50-
label = "get in touch"
51-
link = "contact"
52-
5347
# search
5448
# search module: https://github.com/gethugothemes/hugo-modules/tree/master/search
5549
[search]

content/english/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ banner:
66
image: false
77
button:
88
enable: true
9-
label: "Get in touch"
10-
link: "https://labhdufba.github.io/contact/"
9+
label: "Discover Us"
10+
link: "https://labhdufba.github.io/about/"
1111

1212
# Features
1313
features:

content/portuguese/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ banner:
66
image: false
77
button:
88
enable: true
9-
label: "Entre em contato"
10-
link: "https://labhdufba.github.io/contact/"
9+
label: "Conheça-nos"
10+
link: https://labhdufba.github.io/pt/about/
1111

1212
# Features
1313
features:
@@ -22,7 +22,7 @@ features:
2222
button:
2323
enable: true
2424
label: "Explore Nossa Pesquisa"
25-
link: "/research"
25+
link: "pt/research"
2626

2727
- title: "Análise de Ecossistemas Multi-Plataforma de Desinformação e Radicalização através do Telegram"
2828
image: "/images/telegram.jpg"
@@ -35,7 +35,7 @@ features:
3535
button:
3636
enable: true
3737
label: "Explore Nossa Pesquisa"
38-
link: "/research"
38+
link: "pt/research"
3939

4040
- title: "História Digital e Análise Cultural"
4141
image: "/images/research-digital-history.png"
@@ -48,7 +48,7 @@ features:
4848
button:
4949
enable: true
5050
label: "Descubra Projetos de História"
51-
link: "/research"
51+
link: "pt/research"
5252

5353
- title: "Junte-se à Equipe do LABHDUFBA"
5454
image: "/images/join-us.png"
@@ -62,5 +62,5 @@ features:
6262
button:
6363
enable: true
6464
label: "Inscreva-se Agora"
65-
link: "/contact"
65+
link: "pt/contact"
6666
---

0 commit comments

Comments
 (0)