Last active
November 11, 2017 10:43
-
-
Save mbaev/09330b7eafd206703d280cf4d4fb26cf to your computer and use it in GitHub Desktop.
_content.less
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media @tablet { | |
.page-events, | |
.node-type-organization, | |
.node-type-blog, | |
.node-type-page, | |
.node-type-ticket, | |
.page-alttracker, | |
.page-forum, | |
.page-messages:not(.page-messages-view), | |
.page-user, | |
.page-blog, | |
.node-type-simple-event { | |
// Page header. | |
.page-header { | |
+ h2 + .nav { | |
margin-bottom: 0; | |
} | |
max-width: ~'calc(100% - 180px)'; | |
float: left; | |
+ .alert { | |
clear: both; | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment