mirror of
https://github.com/DeNNiiInc/Connect-5.git
synced 2026-04-20 13:35:59 +00:00
Add complete multiplayer system with real-time gameplay, challenge system, and 50x50 board option
This commit is contained in:
15
styles.css
15
styles.css
@@ -315,6 +315,11 @@ body {
|
||||
grid-template-rows: repeat(25, 24px);
|
||||
}
|
||||
|
||||
.board[data-size="50"] {
|
||||
grid-template-columns: repeat(50, 16px);
|
||||
grid-template-rows: repeat(50, 16px);
|
||||
}
|
||||
|
||||
/* Cell */
|
||||
.cell {
|
||||
background: transparent;
|
||||
@@ -539,6 +544,11 @@ body {
|
||||
grid-template-columns: repeat(25, 22px);
|
||||
grid-template-rows: repeat(25, 22px);
|
||||
}
|
||||
|
||||
.board[data-size="50"] {
|
||||
grid-template-columns: repeat(50, 15px);
|
||||
grid-template-rows: repeat(50, 15px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@@ -589,6 +599,11 @@ body {
|
||||
grid-template-rows: repeat(25, 20px);
|
||||
}
|
||||
|
||||
.board[data-size="50"] {
|
||||
grid-template-columns: repeat(50, 14px);
|
||||
grid-template-rows: repeat(50, 14px);
|
||||
}
|
||||
|
||||
.victory-content {
|
||||
padding: 2rem 2.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user