This commit is contained in:
Jerry
2020-08-28 16:44:39 +03:00
parent 10e80802ed
commit 256ecb02ff
4 changed files with 20 additions and 4 deletions

View File

@@ -573,6 +573,12 @@ a:focus {
color: #aaa; }
.front-accordion .form-group.checkbox-label.pl {
padding-left: 30px; }
.front-accordion .form-group.checkbox-label .restrict-tipsy {
padding-left: 17px;
font-weight: 600;
font-size: 11px;
margin-bottom: -5px;
color: #8b8b8b; }
.front-accordion .buttons-control {
text-align: center;
padding: 5px 0 10px; }
@@ -604,6 +610,16 @@ blockquote {
blockquote {
padding: 10px 40px; } }
.text-page {
margin: 0 15px;
padding-bottom: 10px; }
@media (min-width: 769px) {
.text-page {
margin: 0 auto; } }
.text-page.blog {
margin: 0 auto;
max-width: 800px; }
/* Icons. */
@font-face {
font-family: lawcarta;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -4,8 +4,8 @@
?>
<div class="content no-pb">
<div class="top-panel empty"></div>
<div class="cont back-white">
<div class="text-page">
<div class="cont">
<div class="text-page blog">
<h1><?=get_the_title($post); ?></h1>
<br>
<?=get_the_content(null,false, $post); ?>