File tree Expand file tree Collapse file tree 1 file changed +7
-43
lines changed Expand file tree Collapse file tree 1 file changed +7
-43
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
+ }
You can’t perform that action at this time.
0 commit comments