mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-16 17:11:48 +00:00
fix: dev-web - fix index display
This commit is contained in:
@@ -3,7 +3,7 @@ html{
|
||||
}
|
||||
|
||||
.content {
|
||||
display: inline-flex;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: 30px;
|
||||
|
||||
@@ -4,7 +4,7 @@ nav {
|
||||
justify-content: space-between;
|
||||
padding: 10px;
|
||||
}
|
||||
.content {
|
||||
.nav-content {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 40px;
|
||||
|
||||
Reference in New Issue
Block a user