File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,11 @@ main, main div#main-wrapper {
42
42
text-align : center;
43
43
}
44
44
45
+ .display-center {
46
+ display : flex;
47
+ justify-content : center;
48
+ }
49
+
45
50
.main-font-family {
46
51
font-family : 'Xilosa' ;
47
52
}
@@ -131,6 +136,13 @@ h1#main-title span {
131
136
align-self : flex-end;
132
137
}
133
138
139
+ .social-media a : nth-child (odd) {
140
+ margin-right : 20px ;
141
+ }
142
+ .social-media a {
143
+ display : block;
144
+ }
145
+
134
146
@keyframes bounceRibbonsLeft {
135
147
0% {
136
148
transform : translateY (0 )
Original file line number Diff line number Diff line change 77
77
A edição da Python Nordeste< br /> da < span class ="rainbow-text "> diversidade e inclusão</ span > .
78
78
</ h4 >
79
79
< h2 > Nos vemos logo logo!</ h2 >
80
+ < div class ="social-media display-center ">
81
+ < a href ="https://www.instagram.com/pythonnordeste/ "> < img src ="img/instagram.svg " alt ="Instagram " width ="30px "> </ a >
82
+ < a href ="https://twitter.com/pythonnordeste "> < img src ="img/twitter.svg " alt ="Twitter " width ="30px "> </ a >
83
+ </ div >
80
84
</ div >
81
85
</ div >
82
86
</ main >
You can’t perform that action at this time.
0 commit comments