mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
11 lines
180 B
CSS
11 lines
180 B
CSS
/* INFOGRAM ARTICLE (Gender and sexuality survey) */
|
|
.gender-sexuality-infogram {
|
|
width: 1040px;
|
|
}
|
|
|
|
@media (max-width: 1000px) {
|
|
.gender-sexuality-infogram {
|
|
width: 100%;
|
|
}
|
|
}
|