Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
hadro committed Dec 3, 2023
1 parent f9f7c17 commit a80ef02
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion moma/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,12 @@ body {
margin-top: 10%;
}

#mirror-intro {
width: 40em;
margin-left: 5em;
/* margin-top: 1%; */
}

#container {
float: left;
width: 69%;
Expand Down Expand Up @@ -170,4 +176,4 @@ footer {
transform: scale(1);
opacity: 0;
transition: all 0.4s ease;
}
}

0 comments on commit a80ef02

Please sign in to comment.