Modified the header and section to accommodate multi-line titles
Change-Id: I3b1779156a0cdec76b2d68337086c496c03ea44a
This commit is contained in:
@@ -276,10 +276,11 @@ header:not(:only-child) {
|
|||||||
font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
|
font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
|
border-bottom: 2px solid black;
|
||||||
letter-spacing: -.05em;
|
letter-spacing: -.05em;
|
||||||
color: black;
|
color: black;
|
||||||
text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
|
text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
|
||||||
position: absolute;
|
position: relative;
|
||||||
left: 30px;
|
left: 30px;
|
||||||
top: 25px;
|
top: 25px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -304,7 +305,7 @@ section, .slide header:only-child h1 {
|
|||||||
text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
|
text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
margin-right: 30px;
|
margin-right: 30px;
|
||||||
margin-top: 100px;
|
margin-top: 40px;
|
||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user