Fix CSS for mobile
This commit is contained in:
parent
451a4c71de
commit
383df2fb68
@ -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;
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user