mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-25 03:04:19 +00:00
theme: float clearing for select boxes #178
This commit is contained in:
parent
ff72c495de
commit
d0d359bc3d
2 changed files with 7 additions and 1 deletions
static/css
|
@ -1427,6 +1427,10 @@ h6 a {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.select-clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
@media only all and (max-width: 47.938em) {
|
||||
#breadcrumbs .links, #top-github-link-text {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue