fix dash width

This commit is contained in:
KF7EEL
2021-01-02 18:02:55 -08:00
parent a943748c94
commit 22e04f6ff3
5 changed files with 31 additions and 32 deletions
+6
View File
@@ -12,8 +12,14 @@ p {
margin: 20px;
}
.content {
max-width: 1200px;
min-width: 1200px;
margin: auto;
}
</style>
</head>
<div class="content">
<body>
{% include 'header.html' %}
<p style="text-align: center;"><em>Page automatically reloads every 2 minutes.</em></p>