We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd61b4f commit 143503cCopy full SHA for 143503c
index.html
@@ -28,7 +28,7 @@ <h2 class="display-5">Prototypical Implementation of a Community Knowledge Graph
28
<div class="container" style="margin-bottom:50px;">
29
<div class="row">
30
31
- <div class="col-8">
+ <div class="col-lg-8 col-md-12">
32
<div id="architecture-svg"></div>
33
<!--
34
<svg
@@ -952,7 +952,7 @@ <h2 class="display-5">Prototypical Implementation of a Community Knowledge Graph
952
</svg>
953
-->
954
</div>
955
- <div class="col-4">
+ <div class="col-lg-4 col col-md-12">
956
<div class="card info-card">
957
<div id="card-detail-image">
958
<img class="card-img-top" src="assets/img/edugraph-logo.png" style="max-height:140px; padding-left:15px;">
0 commit comments