16 lines
169 B
CSS
16 lines
169 B
CSS
.brand {
|
|
height: 35px;
|
|
}
|
|
|
|
.delete-button {
|
|
width: 150px;
|
|
height: 50px;
|
|
}
|
|
|
|
@media (max-width: 320px) {
|
|
.delete-button {
|
|
width: 120px;
|
|
height: 50px;
|
|
}
|
|
|
|
} |