Skip to content

Commit

Permalink
Fix CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Jul 4, 2024
1 parent 14f8979 commit e949686
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/Nexus/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -674,11 +674,6 @@ video {
margin-right: auto;
}

.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}

.my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
Expand Down Expand Up @@ -941,10 +936,6 @@ video {
gap: 1.25rem;
}

.gap-4 {
gap: 1rem;
}

.overflow-auto {
overflow: auto;
}
Expand Down Expand Up @@ -1212,6 +1203,10 @@ video {
padding-bottom: 1.25rem;
}

.pr-1 {
padding-right: 0.25rem;
}

.pr-3 {
padding-right: 0.75rem;
}
Expand Down

0 comments on commit e949686

Please sign in to comment.