File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -257,25 +257,26 @@ input:focus {
257
257
text-align : center;
258
258
}
259
259
260
- /* Remove os bullets padrão */
260
+ /* Removes default bullets */
261
261
.site-footer ul {
262
262
list-style : none;
263
263
padding : 0 ;
264
264
}
265
265
266
- /* Estiliza os links e adiciona o símbolo após o texto */
266
+ /* Styles the links and adds the symbol after the text */
267
267
.site-footer ul li a {
268
268
position : relative;
269
269
display : inline-block;
270
- padding-right : 1.5rem ; /* Adiciona espaço para o símbolo */
270
+ padding-right : 1.5rem ; /* Adds space for the symbol */
271
271
}
272
272
273
- /* O pseudo-elemento que cria a estrela */
273
+ /* The pseudo-element that creates the star */
274
274
.site-footer ul li a ::after {
275
275
content : '★' ;
276
276
position : absolute;
277
277
right : 0 ;
278
278
top : 50% ;
279
279
transform : translateY (-50% );
280
280
color : var (--brand );
281
- }
281
+
282
+ }
You can’t perform that action at this time.
0 commit comments