Fix CSS for mobile

This commit is contained in:
thematdev 2021-09-21 23:09:10 +03:00
parent 451a4c71de
commit 383df2fb68
2 changed files with 3 additions and 2 deletions

View File

@ -45,7 +45,7 @@ body {
line-height: 1.7;
padding: 8px;
margin: auto;
width: 750px;
max-width: 750px;
background: #fefefe;
text-align: justify;
padding-bottom: 25px;

View File

@ -1,12 +1,13 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{{ url_for('static', filename='css/pandoc.css') }}">
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
</head>
<body>