mirror of
https://github.com/boostorg/website.git
synced 2026-01-19 04:42:17 +00:00
Website: Revert device-width change.
Turns out it only makes a difference if the viewport width=device-width meta tag is used. Which might actually be a very good idea, but I don't want to do it just yet. [SVN r80720]
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
color: #005a9c;
|
||||
}
|
||||
|
||||
@media (min-width: 550px) and (min-device-width: 550px) {
|
||||
@media all and (min-width: 550px) {
|
||||
.boost-common-header-notice {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
|
||||
Reference in New Issue
Block a user