Fix search link button to not goes next line when display's width shortens

This commit is contained in:
hyonzin 2016-10-15 03:18:17 +09:00
parent 5d5d758ce6
commit 97d1bdfa03

View file

@ -552,6 +552,12 @@ a.anchor {
background: #286090;
}
@media only screen and (max-width: 768px) {
.navbar-fixed-top > .container {
width: 800px;
}
}
a.anchorjs-link:hover { text-decoration: none; }
/* Table of Contents(TOC) */