Skip to content
Snippets Groups Projects
Commit b35cc153 authored by mervyn's avatar mervyn
Browse files

refactor(layout): make the content of summarize more readable

re #26
parent 24947c27
Branches
Tags
No related merge requests found
......@@ -51,3 +51,29 @@
padding: 1px 4px;
border-radius: 50%;
}
.content {
margin-left: 30%;
margin-right: 30%;
padding: 20px;
font-family: Arial, sans-serif;
font-size: 16px;
line-height: 1.6;
}
@media screen and (max-width: 600px) {
.content {
margin-left: 2%;
margin-right: 2%;
}
}
p {
margin-bottom: 20px;
}
ul, ol {
margin-left: 20px;
}
......@@ -3,6 +3,7 @@
</div>
<div class="post content">
<h1><?php echo _t('gen.layout.title'); ?></h1>
<hr>
<div id="summary_content"></div>
<div class="form-group form-actions">
<div class="group-controls">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment