refactor: Remove unnecessary comments from codebase
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
/* demos.css */
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100vh;
|
||||
background-image: url("/images/abstract-timekeeper.svg");
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
main {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
text-align: center;
|
||||
margin-top: 200px;
|
||||
font-size: 2.5rem;
|
||||
}
|
Reference in New Issue
Block a user