16 lines
219 B
CSS
16 lines
219 B
CSS
@media (min-width: 800px) {
|
|
.wrapper {
|
|
display: flex;
|
|
}
|
|
.half {
|
|
padding: 0 10px;
|
|
width: 50%;
|
|
float: left;
|
|
}
|
|
}
|
|
#opacity {
|
|
display: inline-block;
|
|
width: 150px;
|
|
vertical-align: text-bottom;
|
|
}
|