Skip to content

Commit

Permalink
Update and rename style.css to dark-mode.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bypedroneres authored Aug 8, 2023
1 parent f4fb0f7 commit 1d664a5
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions style.css → dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ body {
justify-content: center;
align-items: center;
margin-top: 10px;
margin-left: 5px; /* Add margin-left */
margin-left: 5px;
}

.behance img {
Expand Down Expand Up @@ -72,4 +72,29 @@ body {
.date {
font-size: 20px;
margin-top: 10px;
}
}
/* Media queries for responsiveness */
@media (max-width: 600px) {
.clock {
font-size: 40px;
}

.behance img {
width: 15px;
height: 15px;
margin-right: 2px;
margin-left: 2px;
}

button {
font-size: 12px;
padding: 10px 12px;
margin-top: 5px;
margin-bottom: 5px;
}

.date {
font-size: 16px;
margin-top: 5px;
}
}

0 comments on commit 1d664a5

Please sign in to comment.