Skip to content

Commit

Permalink
feat: compact styling
Browse files Browse the repository at this point in the history
  • Loading branch information
2KAbhishek committed May 6, 2024
1 parent b686a42 commit 3fa0336
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body {
font-family: 'Open Sans', sans-serif;
background-color: var(--bg-main);
color: var(--text);
font-size: 16px;
font-size: 14px;
}

.container {
Expand Down Expand Up @@ -62,7 +62,6 @@ small {

h2 {
width: 100%;
text-align: center;
color: var(--text);
margin: 0;
}
Expand Down Expand Up @@ -101,8 +100,8 @@ ul {
justify-content: center;
background-color: var(--bg-user);
color: var(--text);
font-size: 18px;
padding: 2em;
font-size: 16px;
padding: 1em;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
Expand Down Expand Up @@ -234,6 +233,6 @@ h3 {

@media (min-width: 1200px) {
.repo-list li {
width: 30%;
width: 32%;
}
}

0 comments on commit 3fa0336

Please sign in to comment.