Line 16: | Line 16: | ||
cursor: pointer; } | cursor: pointer; } | ||
− | .cols::after, .header::after, #process .content::after, #molecule .map .card::after, .notebook .images-two::after, .notebook .images-height::after, .notebook .event .details::after { | + | .cols::after, .header::after, #process .content::after, #molecule .map .card::after, .notebook .images-two::after, .notebook .images-height::after, .notebook .event .details::after, .clearfix::after { |
content: ''; | content: ''; | ||
display: table; | display: table; | ||
Line 108: | Line 108: | ||
.article ol.fancy { | .article ol.fancy { | ||
list-style-type: none; | list-style-type: none; | ||
− | counter-reset: ol-counter; } | + | counter-reset: ol-counter; |
+ | margin: 0; } | ||
.article ol.fancy li { | .article ol.fancy li { | ||
counter-increment: ol-counter; } | counter-increment: ol-counter; } | ||
Line 127: | Line 128: | ||
display: table; } | display: table; } | ||
.article .references { | .article .references { | ||
− | padding-left: 18px; } | + | padding-left: 18px; |
+ | margin: 0; } | ||
.article .references li { | .article .references li { | ||
padding-left: 10px; } | padding-left: 10px; } | ||
Line 630: | Line 632: | ||
.notebook { | .notebook { | ||
color: #dde5ee; | color: #dde5ee; | ||
− | margin-top: 100px; } | + | margin-top: 100px; |
+ | font-size: 18px; } | ||
.notebook p, .notebook h3 { | .notebook p, .notebook h3 { | ||
margin: 0; } | margin: 0; } | ||
Line 636: | Line 639: | ||
padding-bottom: 15px; | padding-bottom: 15px; | ||
font-size: 22px; | font-size: 22px; | ||
− | margin-top: -5px; } | + | margin-top: -5px; |
+ | font-weight: 400; } | ||
+ | .notebook .h3 { | ||
+ | text-align: left; | ||
+ | font-size: 22px; | ||
+ | font-weight: 400; } | ||
.notebook p { | .notebook p { | ||
padding-bottom: 10px; | padding-bottom: 10px; | ||
Line 651: | Line 659: | ||
.notebook .images-two img { | .notebook .images-two img { | ||
max-width: 50%; } | max-width: 50%; } | ||
− | .notebook .images-height | + | .notebook .images-height { |
− | height: 100%; } | + | padding-bottom: 0; } |
+ | .notebook .images-height img { | ||
+ | max-width: initial; | ||
+ | height: 100%; | ||
+ | margin-right: 0px; } | ||
+ | .notebook .pt { | ||
+ | padding-top: 20px; } | ||
.notebook .event { | .notebook .event { | ||
width: 1000px; | width: 1000px; |
Revision as of 21:56, 17 October 2018