Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanderson76 authored May 31, 2024
1 parent 6804d93 commit f7e61c6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ img {
.canvas {
display: flex;
flex-direction: column;
margin-top: 2em;
/* justify-content: center; */
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
Expand Down Expand Up @@ -103,7 +102,7 @@ img {
border-radius: 50%;
position: absolute;
/* bottom: 23.5em; */
bottom: 408px;
bottom: 285px;
transition: 2s ease;
}

Expand All @@ -129,7 +128,6 @@ footer a {
font-family: 'Manrope', sans-serif;
font-size: 0.9rem;
color: #CEE3E9;
border-color: 1px solid white;
text-align: center;
}

Expand Down Expand Up @@ -205,7 +203,7 @@ footer a {
height: 1.2em;
}

.dice-container {
/* .dice-container {
bottom: 402px;
}
} */
}

0 comments on commit f7e61c6

Please sign in to comment.