File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ class Index extends React.Component {
103103 ) ;
104104
105105 const Example = ( ) => (
106- < div class = "code-example" >
107- < MarkdownBlock class = "code-example" >
108- { `\`\`\`cpp
106+ < div className = "code-example" >
107+ < MarkdownBlock >
108+ { `\`\`\`cpp
109109#include <celerity.h>
110110using namespace celerity;
111111
@@ -136,8 +136,8 @@ int main() {
136136 });
137137}
138138\`\`\`` }
139- </ MarkdownBlock >
140- < div class = "code-title" >
139+ </ MarkdownBlock >
140+ < div className = "code-title" >
141141 Complete Celerity Code Sample for Distributed Multi-GPU Matrix-vector Multiplication
142142 </ div >
143143 </ div >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ function formatDOI(doi) {
1212
1313function formatVid ( vid ) {
1414 if ( vid == null ) return "" ;
15- return ` \n**[Video](vid)**` ;
15+ return ` \n**[Video](${ vid } )**` ;
1616}
1717
1818const publications = [
Original file line number Diff line number Diff line change @@ -77,9 +77,10 @@ hr.separator {
7777
7878.code-title {
7979 position : absolute;
80- bottom : -1 em ;
80+ bottom : -20 px ;
8181 width : 100% ;
8282 padding : 3px ;
83+ border-radius : 3px ;
8384 text-align : center;
8485 color : white;
8586 background : linear-gradient (
@@ -88,7 +89,6 @@ hr.separator {
8889 rgb (200 , 110 , 132 ) 35% ,
8990 rgb (74 , 102 , 176 ) 100%
9091 );
91- border-radius : 3px ;
9292}
9393
9494@media (max-width : 768px ) {
You can’t perform that action at this time.
0 commit comments