File tree Expand file tree Collapse file tree 4 files changed +15
-57
lines changed Expand file tree Collapse file tree 4 files changed +15
-57
lines changed Original file line number Diff line number Diff line change 1
1
// Add your own custom styles here
2
2
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
+ }
Original file line number Diff line number Diff line change @@ -44,12 +44,6 @@ copyright = "<br>Parceiros<br><div class='center-content'><img src='https://raw.
44
44
enable = false
45
45
preloader = " " # use jpg, png, svg or gif format.
46
46
47
- # Navigation button
48
- [navigation_button ]
49
- enable = true
50
- label = " get in touch"
51
- link = " contact"
52
-
53
47
# search
54
48
# search module: https://github.com/gethugothemes/hugo-modules/tree/master/search
55
49
[search ]
Original file line number Diff line number Diff line change 6
6
image : false
7
7
button :
8
8
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 /"
11
11
12
12
# Features
13
13
features :
Original file line number Diff line number Diff line change 6
6
image : false
7
7
button :
8
8
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/
11
11
12
12
# Features
13
13
features :
@@ -22,7 +22,7 @@ features:
22
22
button :
23
23
enable : true
24
24
label : " Explore Nossa Pesquisa"
25
- link : " /research"
25
+ link : " pt /research"
26
26
27
27
- title : " Análise de Ecossistemas Multi-Plataforma de Desinformação e Radicalização através do Telegram"
28
28
image : " /images/telegram.jpg"
@@ -35,7 +35,7 @@ features:
35
35
button :
36
36
enable : true
37
37
label : " Explore Nossa Pesquisa"
38
- link : " /research"
38
+ link : " pt /research"
39
39
40
40
- title : " História Digital e Análise Cultural"
41
41
image : " /images/research-digital-history.png"
@@ -48,7 +48,7 @@ features:
48
48
button :
49
49
enable : true
50
50
label : " Descubra Projetos de História"
51
- link : " /research"
51
+ link : " pt /research"
52
52
53
53
- title : " Junte-se à Equipe do LABHDUFBA"
54
54
image : " /images/join-us.png"
@@ -62,5 +62,5 @@ features:
62
62
button :
63
63
enable : true
64
64
label : " Inscreva-se Agora"
65
- link : " /contact"
65
+ link : " pt /contact"
66
66
---
You can’t perform that action at this time.
0 commit comments