Fix buggy responsive layout

This commit is contained in:
2020-01-17 09:40:31 +01:00
parent d3ffa07d2f
commit bf5f1cd9b5
3 changed files with 51 additions and 32 deletions

View File

@@ -8,6 +8,13 @@ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
color: #1F3977;
}
@media screen and (max-width:479px) {
.row .column {
width: 100%;
}
}
.tabs_navigation li a:hover,
.tabs_navigation li a.selected,
.tabs_navigation li.ui-tabs-active a {
@@ -44,6 +51,12 @@ button[disabled]:hover
height: 100%;
}
.post h2,
.post h5 {
text-overflow: ellipsis;
overflow: hidden;
}
.post.single .post_details a {
color: #1F3977;
}
@@ -54,6 +67,10 @@ button[disabled]:hover
background-color: #03A6E0;
}
.post_details.simple li.category a {
color: #1F3977;
}
.post_details date.edited {
font-weight: bold;
}