Skip to content

Commit

Permalink
Merge pull request #40 from washingtonstateuniversity/changes
Browse files Browse the repository at this point in the history
minor padding and responsive adjustments
  • Loading branch information
Stephen Locker committed Sep 2, 2015
2 parents c1472fa + 0b48b66 commit 3558ba8
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Author: WSU University Communications
Author URI: https://web.wsu.edu/
Template: spine
Version: 0.6.4
Version: 0.6.5
*/


Expand Down Expand Up @@ -883,6 +883,14 @@ h2 + .article-section {
.site-header-nav {
width: calc(100% - 325px);
}
.secondary-articles .home-subtitle {
line-height: 1.2;
font-size: .8rem;
}
.article-body {
padding: 0 2rem;
box-sizing: border-box;
}
}
@media screen and (max-width: 650px) {
.sh-item {
Expand All @@ -898,4 +906,16 @@ h2 + .article-section {
bottom: auto;
padding: 2rem;
}
.magazine-nav,
.wsu-nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.magazine-nav a,
.wsu-nav a {
padding: .25rem;
}
}

0 comments on commit 3558ba8

Please sign in to comment.