Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
0xelsherif committed Apr 3, 2024
1 parent f45bab7 commit efe2475
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 53 deletions.
24 changes: 13 additions & 11 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,6 @@ body.dark-mode {
margin-top: 20px;
}

@media screen and (max-width: 800px) {
.leftcolumn, .rightcolumn {
width: 100%;
padding: 0;
}
.header {
line-height: 1.2;
}
}

/* New styles */

.flex {
Expand Down Expand Up @@ -168,6 +158,7 @@ body.dark-mode {

.badge-container {
display: flex;
flex-wrap: wrap; /* Allow badges to wrap to the next line */
gap: 0; /* This will remove any space between the elements */
}

Expand Down Expand Up @@ -300,4 +291,15 @@ body.dark-mode {
#toggle-container span {
font-size: 16px; /* Set the font size to your desired value */
}

@media screen and (max-width: 800px) {
.leftcolumn, .rightcolumn {
width: 100%;
padding: 0;
}
.header {
line-height: 1.2;
}
.badge-container a {
margin-right: 10px; /* Reduce margin for smaller screens */
}
}
42 changes: 0 additions & 42 deletions test.html

This file was deleted.

0 comments on commit efe2475

Please sign in to comment.