Skip to content

Commit

Permalink
Fix bad css (missing semicolon)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwell Omdal committed Nov 16, 2023
1 parent a3a03ea commit dccef74
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,8 @@
}

.About {
margin: 5% 15% 5% 15%
margin: 5% 15% 5% 15%;
p {
text-align: left;
}
}

@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

0 comments on commit dccef74

Please sign in to comment.