Skip to content

Commit 6ef045a

Browse files
committed
Fixing poor mobile readability and text alignment
1 parent 3c8daa6 commit 6ef045a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/layout.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<header class="main-header">
1818
<div class="container-fluid">
1919
<div class="row justify-content-md-center">
20-
<div class="col-9">
20+
<div class="col-lg-9 col-md-9 col-sm-12">
2121
<nav class="navbar navbar-expand-xl navbar-dark" name="top">
2222
{% set cc_logo = site.get('/').attachments.get('cclogo.svg') %}
2323
<a class="navbar-brand" href="{{ '/'|url }}">
@@ -93,7 +93,7 @@
9393
</header>
9494
<div class="container-fluid page-content">
9595
<div class="row justify-content-md-center">
96-
<div class="col-9 content-wrap">
96+
<div class="col-lg-9 col-md-9 col-sm-12 content-wrap">
9797
<div class="page py-3">
9898
<h1 class="page-title pb-3 mb-4">{% block header %}{{ this.title }}{% endblock %}</h1>
9999
{% block body %}{% endblock %}
@@ -105,7 +105,7 @@ <h1 class="page-title pb-3 mb-4">{% block header %}{{ this.title }}{% endblock %
105105
<footer class="main-footer bg-dark">
106106
<div class="container-fluid">
107107
<div class="row justify-content-md-center">
108-
<div class="col-9 footer text-light py-4 px-3">
108+
<div class="col-lg-9 col-md-9 col-sm-12 footer text-light py-4 px-3">
109109
<small>
110110
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License"
111111
style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a></p>

0 commit comments

Comments
 (0)