Skip to content

Commit b7cf832

Browse files
authored
better css (fuck copilot dude)
1 parent a0c3ba8 commit b7cf832

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

index.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ body{
3535
}
3636
.br div {
3737
background-color: #0005; border: 3px var(--gt5) solid;
38-
padding: 10px; margin: 4px;
38+
padding: 30px 10px 10px 10px; margin: 4px;
3939
text-align: center;
40-
display: flex;
41-
justify-content: center;
40+
/*display: flex;
41+
justify-content: center;*/
4242
align-items: center;
4343
min-height: 150px; border-radius: 1em;
44-
box-shadow: 0 0 0px #000a); transition: all 0.5s;
44+
box-shadow: 0 0 0px #000a; transition: all 0.5s;
4545
}
4646

4747
.br div:hover{
@@ -55,14 +55,18 @@ body{
5555

5656

5757
.brd5{
58-
grid-row: 2/span 4;
58+
grid-row: 2/span 2;
5959
grid-column: 4
6060
}
6161

6262
.brds{
6363
grid-column: 1/span 4;
6464
}
6565

66+
.brd8{
67+
min-width: 356px;
68+
}
69+
6670

6771

6872

0 commit comments

Comments
 (0)