sepia-search-motore-di-rice.../themes/framasoft/index.css

38 lines
536 B
CSS
Raw Normal View History

2020-09-18 16:29:32 +02:00
header {
font-family: inherit !important;
margin-bottom: 0;
}
header h4 {
font-size: 16px;
color: #757575;
}
header h4 a {
color: #757575;
}
header .search-home {
2020-09-21 11:25:48 +02:00
margin: 50px 0 -7px 0 !important;
2020-09-18 16:29:32 +02:00
z-index: 100;
}
2020-09-21 09:59:25 +02:00
@media screen and (max-width: 500px) {
header .search-home {
2020-09-21 11:25:48 +02:00
margin-top: 30px !important;
2020-09-21 09:59:25 +02:00
margin-bottom: -4px !important;
width: 150px;
height: auto;
}
}
2020-09-18 16:29:32 +02:00
.search-container {
margin-top: 0;
}
2020-09-21 14:02:26 +02:00
@media screen and (max-height: 400px) {
.search-container {
margin-top: 30px;
}
}