6 lines
80 B
CSS
6 lines
80 B
CSS
|
.square-button {
|
||
|
min-width: 150px;
|
||
|
max-width: 150px;
|
||
|
min-height: 150px;
|
||
|
}
|