Skip to content

Commit 143503c

Browse files
committed
Added responsitive feature fixes #1
1 parent dd61b4f commit 143503c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2 class="display-5">Prototypical Implementation of a Community Knowledge Graph
2828
<div class="container" style="margin-bottom:50px;">
2929
<div class="row">
3030

31-
<div class="col-8">
31+
<div class="col-lg-8 col-md-12">
3232
<div id="architecture-svg"></div>
3333
<!--
3434
<svg
@@ -952,7 +952,7 @@ <h2 class="display-5">Prototypical Implementation of a Community Knowledge Graph
952952
</svg>
953953
-->
954954
</div>
955-
<div class="col-4">
955+
<div class="col-lg-4 col col-md-12">
956956
<div class="card info-card">
957957
<div id="card-detail-image">
958958
<img class="card-img-top" src="assets/img/edugraph-logo.png" style="max-height:140px; padding-left:15px;">

0 commit comments

Comments
 (0)