PCv5/app/static/css/responsive.css

47 lines
608 B
CSS
Raw Normal View History

2016-10-02 17:07:47 +02:00
@media all and (max-width: 1399px) {
2019-03-30 22:37:57 +01:00
body, input {
2016-10-02 17:07:47 +02:00
font-size: 13px;
}
header input[type="search"] {
font-size: 14px;
}
#menu li {
2019-03-30 22:37:57 +01:00
font-size: 10px;
2016-10-02 17:07:47 +02:00
}
#menu a {
font-size: 13px;
}
}
@media all and (min-width: 1400px) {
2019-02-07 17:55:20 +01:00
body, input {
font-size: 13px;
2016-10-02 17:07:47 +02:00
}
header input[type="search"] {
font-size: 14px;
}
#menu li {
font-size: 11px;
}
}
@media screen and (max-width: 1199px) {
2017-04-03 01:21:34 +02:00
.home-pinned-content article:nth-child(5) {
display: none;
}
section {
width: 90%;
}
2017-04-03 01:21:34 +02:00
}
2019-03-30 22:37:57 +01:00
@media screen and (max-width: 849px) {
2017-04-03 01:21:34 +02:00
.home-pinned-content article:nth-child(4) {
display: none;
}
}