source: src/main/resources/static/Blog-Template.css@ c3268ca

main
Last change on this file since c3268ca was c3268ca, checked in by Stefan Risteski <stefanristeski2001@…>, 9 months ago

Project

The whole Project

  • Property mode set to 100644
File size: 2.4 KB
Line 
1.u-section-1 .u-sheet-1 {
2 min-height: 561px;
3}
4
5.u-section-1 .u-repeater-1 {
6 margin-top: 60px;
7 margin-bottom: 60px;
8 min-height: 441px;
9 grid-template-columns: calc(33.3333% - 15px) calc(33.3333% - 15px) calc(33.3333% - 15px);
10 height: auto;
11 grid-gap: 22px;
12}
13
14.u-section-1 .u-repeater-item-1 {
15 background-image: none;
16}
17
18.u-section-1 .u-container-layout-1 {
19 padding: 30px 20px;
20}
21
22.u-section-1 .u-text-1 {
23 margin-top: 0;
24 margin-bottom: 0;
25}
26
27.u-section-1 .u-image-1 {
28 height: 222px;
29 margin-top: 17px;
30 margin-bottom: 0;
31}
32
33.u-section-1 .u-text-2 {
34 margin-top: 20px;
35 margin-bottom: 0;
36}
37
38.u-section-1 .u-btn-1 {
39 background-image: none;
40 border-style: none none solid;
41 margin: 17px auto 0 0;
42 padding: 0;
43}
44
45.u-section-1 .u-container-layout-2 {
46 padding: 30px 20px;
47}
48
49.u-section-1 .u-text-3 {
50 margin-top: 0;
51 margin-bottom: 0;
52}
53
54.u-section-1 .u-image-2 {
55 height: 222px;
56 margin-top: 17px;
57 margin-bottom: 0;
58}
59
60.u-section-1 .u-text-4 {
61 margin-top: 20px;
62 margin-bottom: 0;
63}
64
65.u-section-1 .u-btn-2 {
66 background-image: none;
67 border-style: none none solid;
68 margin: 17px auto 0 0;
69 padding: 0;
70}
71
72.u-section-1 .u-container-layout-3 {
73 padding: 30px 20px;
74}
75
76.u-section-1 .u-text-5 {
77 margin-top: 0;
78 margin-bottom: 0;
79}
80
81.u-section-1 .u-image-3 {
82 height: 222px;
83 margin-top: 17px;
84 margin-bottom: 0;
85}
86
87.u-section-1 .u-text-6 {
88 margin-top: 20px;
89 margin-bottom: 0;
90}
91
92.u-section-1 .u-btn-3 {
93 background-image: none;
94 border-style: none none solid;
95 margin: 17px auto 0 0;
96 padding: 0;
97}
98
99@media (max-width: 1199px) {
100 .u-section-1 .u-sheet-1 {
101 min-height: 484px;
102 }
103
104 .u-section-1 .u-repeater-1 {
105 min-height: 364px;
106 grid-template-columns: repeat(3, calc(33.333333333333336% - 15px));
107 }
108}
109
110@media (max-width: 991px) {
111 .u-section-1 .u-sheet-1 {
112 min-height: 956px;
113 }
114
115 .u-section-1 .u-repeater-1 {
116 min-height: 836px;
117 grid-template-columns: repeat(2, calc(50% - 11.25px));
118 }
119}
120
121@media (max-width: 767px) {
122 .u-section-1 .u-repeater-1 {
123 grid-template-columns: 100%;
124 }
125
126 .u-section-1 .u-container-layout-1 {
127 padding-left: 10px;
128 padding-right: 10px;
129 }
130
131 .u-section-1 .u-image-1 {
132 height: 278px;
133 }
134
135 .u-section-1 .u-container-layout-2 {
136 padding-left: 10px;
137 padding-right: 10px;
138 }
139
140 .u-section-1 .u-image-2 {
141 height: 278px;
142 }
143
144 .u-section-1 .u-container-layout-3 {
145 padding-left: 10px;
146 padding-right: 10px;
147 }
148
149 .u-section-1 .u-image-3 {
150 height: 278px;
151 }
152}
Note: See TracBrowser for help on using the repository browser.