Created
March 2, 2018 23:05
-
-
Save marisqaporter/4444eaa43496d047e131686cc75866ad to your computer and use it in GitHub Desktop.
page title from CBO
This file contains 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
/* line 1942, ../sass/page.scss */ | |
.main #page-title { | |
text-align: left; | |
padding: 3px 175px 16px 0; | |
} | |
@media (max-width:767px){ | |
.main #page-title { | |
text-align: left; | |
} | |
} | |
@media (max-width: 620px) { | |
.main #page-title { | |
padding: 3px 0 16px 0; | |
} | |
} | |
/* line 1948, ../sass/page.scss */ | |
#banner .container-fluid { | |
padding: 0; | |
} | |
/* line 1953, ../sass/page.scss */ | |
#panel-fullwidth { | |
margin-top: -60px; | |
} | |
/* line 1958, ../sass/page.scss */ | |
.node-type-blog #page-title { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment