1/*
2Theme Name: Reboot Child
3Theme URI: https://wpshop.ru/themes/reboot
4Author: WPShop.biz
5Author URI: http://wpshop.biz/
6Template: reboot
7Version: 1.0.0
8*/
9
10/* Below you can add your CSS styles */
11/* Ниже Вы можете добавить свои CSS стили */
12
13.entry-title {
14 text-align: center;
15 margin-top: 0.0em;
16}
17
18.breadcrumb {
19 text-align: center;
20 font-size: .6em;
21}
22
23.post-card--related {
24 border: 1px solid #ced4da;
25 padding: 5px;
26}
27
28.post-card--related .post-card__title {
29 font-size: 1.1em;
30 text-align: center;
31}
32
33body.sidebar-none .post-card--grid {
34 border: 1px solid #ced4da;
35 padding: 5px;
36}
37
38.post-card__meta {
39 text-align: center;
40}
41
42.post-card--grid .post-card__title {
43 text-align: center;
44}
45
46.h1, h1 {
47 text-align: center;
48}
49
50.section-block__header {
51 margin-bottom: 1px;
52}
53
54
55.entry-content ol:not([class]), .entry-content ul:not([class]), .home-text ol:not([class]), .home-text ul:not([class]), .taxonomy-description ol:not([class]), .taxonomy-description ul:not([class]) {
56 padding: 0;
57 margin: 0;
58 list-style: none;
59 max-width: 100%;
60 margin-top: 1em;
61 margin-bottom: 1em;
62 overflow: hidden;
63}