Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit f97e8a4

Browse files
authored
Fixed indentation
1 parent facdc1d commit f97e8a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Footer.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ export default {
6161
#footer {
6262
display: flex;
6363
flex-direction: row;
64-
width: 100%;
65-
min-height: 200px;
64+
width: 100%;
65+
min-height: 200px;
6666
font-size: 17px;
67-
background: rgb(40,40,40);
68-
color: white;
67+
background: rgb(40,40,40);
68+
color: white;
6969
padding: 10px;
7070
#description {
7171
width: 40%;

0 commit comments

Comments
 (0)