33 lines
316 B
CSS
Raw Normal View History

2020-05-19 11:43:42 +03:00
.column {
width: 300px;
}
img {
width: 100%;
cursor: pointer;
}
:-webkit-full-screen .column {
width: 100%;
}
:-moz-full-screen .column {
width: 100%;
}
:-ms-full-screen .column {
width: 100%;
}
:-o-full-screen .column {
width: 100%;
}
:full-screen .column {
width: 100%;
}