Skip to content

Commit

Permalink
Cleanup teacher slide styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmccullough committed Dec 29, 2014
1 parent e41a3d9 commit a1772f5
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions _stylesheets/curriculum.scss
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,30 @@ table{
font-weight: inherit;
}

h2{
font-size: 52px;
}
h3,h4{
font-size: 42px;
.slide{
h2{
font-size: 52px;
}
h3,h4{
font-size: 42px;
}
p,ul{
font-size: 20px;
color: $gray;
}
}
p{
font-size: 20px;

#teacher{
.octicon{
color: $brand-primary;
}
span{
margin: auto 4px;
}

.teacher-badges{
margin-top: 10px;
}
}

#teacher-avatar{
Expand All @@ -239,21 +255,6 @@ table{
}
}

.teacher-name{
color: $brand-primary;
font-size: 300%;
}

#teacher-username,#teacher-email, #teacher-organization, #teacher-location{
margin: auto .75em;
opacity: .6;
}

.teacher-badges{
margin: 1em 0;
opacity: .5;
}


.slide{
width: 100%;
Expand All @@ -265,8 +266,8 @@ table{
font-size: 120%;
text-align: left;
margin: 0 auto;
background: #222;
color: #f9f9f9;
background: $gray-darker;
color: $gray-lighter;

code{
font-size: 1.5em;
Expand Down

0 comments on commit a1772f5

Please sign in to comment.