diff --git a/static/style.css b/static/style.css index 570bf04d5323241a576c9fcdf40cf80232dc1497..e3a42d60b8d76d247db9600439bbee434d2df343 100755 --- a/static/style.css +++ b/static/style.css @@ -2,7 +2,7 @@ body { padding-top: 56px; } .left-aligned { margin-left: auto; } .bg-dark { background-color: #343a40 !important; } .bg-hero { background-color: #2753b3; } - + /* CALLOUT */ .bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem } .bd-callout h4 { margin-bottom:.25rem } diff --git a/wiki/layout.html b/wiki/layout.html index c3810e8b386a79d9dacdbc1becb37c5c0d59b929..358a4ce470e92554984b7d2175c94300db5f5de5 100755 --- a/wiki/layout.html +++ b/wiki/layout.html @@ -17,7 +17,7 @@ {% block customHead %}{% endblock %} - + </head> <body> <!-- Navigation --> diff --git a/wiki/menu.html b/wiki/menu.html index 2668b640527c376d2793842dea462a27e0230e80..f1f824610d7df20f66a10d1665f6b5696074fbaa 100755 --- a/wiki/menu.html +++ b/wiki/menu.html @@ -28,7 +28,7 @@ <li><a class="dropdown-item" href="{{ url_for('pages', page='partnership') }}">Partnership</a></li> </ul> </li> - + <!---- PROJECT ----> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false"> diff --git a/wiki/pages/index.html b/wiki/pages/index.html index ec2ca3c43a47890d85d83e5d9ceccd73e1041f3c..29bc966ece5ad2caad141087a4096e0d358be56a 100755 --- a/wiki/pages/index.html +++ b/wiki/pages/index.html @@ -16,6 +16,6 @@ {% block page_content %} -<p style="text-align: center;"><h1>Page-Content is here</h1></p> +<p style="text-align: center;"><h1>Page-Content is here </h1></p> {% endblock %}