This commit is contained in:
SBD
2023-12-27 01:49:28 +05:00
parent fcf658cb99
commit 806dae68b4
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ body.n_scroll{
}
.title_page{
font-size: 36px;
font-size: 30px;
font-weight: 600;
/*text-transform: uppercase;*/
color: #000000;

View File

@@ -3,7 +3,7 @@
<div {% include "block_settings/blocks_settings.html" %}>
<div class="cut-width">
<div class="block_how_dev">
<div class="large_txt block_how_dev_title">{{ block.name }}</div>
<div class="large_txt block_how_dev_title px30_txt">{{ block.name }}</div>
<div class="how_dev_container_widgets">
{% for w in block.get_widgets %}