Fix buggy responsive layout
This commit is contained in:
17
website/public/css/nhgooi.css
vendored
17
website/public/css/nhgooi.css
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user