8 lines
98 B
CSS
8 lines
98 B
CSS
@media (min-width: 800px) {
|
|
.half {
|
|
padding: 0 10px;
|
|
width: 50%;
|
|
float: left;
|
|
}
|
|
}
|