17 lines
205 B
CSS
17 lines
205 B
CSS
.new-game {
|
|
margin-top: 60px;
|
|
}
|
|
|
|
.new-game * {
|
|
width: 230px;
|
|
}
|
|
|
|
.new-game div {
|
|
margin-top: 25px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
.new-game .stone {
|
|
font-size: 150%;
|
|
vertical-align: -3px;
|
|
} |