2
0
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:
Daniel James
2012-09-26 21:53:26 +00:00
parent f6088ad971
commit 98fa23fcb1

View File

@@ -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;