How can i change the product attribute size

how can i change the product attribute size
i think that is too small
23242

Hi,

Please give me link your website

http://glamgenics.com/shop/

You can change it with the CSS:

.single-product #main-content .summary .variations {
    width: 100%;
}
.swatch li span {
    width: 70px;
    height: 70px;
}