Skip to content

Commit 133043e

Browse files
BackendExpertJehanKandyVinuraPathirana
committed
Update
Co-Authored-By: JehanKandy <[email protected]> Co-Authored-By: Vinura Pathirana <[email protected]>
1 parent c20ad49 commit 133043e

File tree

6 files changed

+41
-45
lines changed

6 files changed

+41
-45
lines changed

jkcss/jkcss.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,18 @@ mark {
296296
width: 100%;
297297
}
298298

299+
@media (min-width: 100px) and (max-width: 991px) {
300+
.site-container {
301+
padding: 0 5%;
302+
width: auto;
303+
}
304+
.line {
305+
flex-direction: column;
306+
}
307+
.rec-1 {
308+
width: 100%;
309+
}
310+
}
299311
.site-container {
300312
padding: 0 10%;
301313
}

jkcss/jkcss.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jkcss/layout/columns/columns.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,17 @@
6969
.rec-12 {
7070
flex: 0 0 auto;
7171
width: 100%;
72+
}
73+
74+
@media (min-width: 100px) and (max-width: 991px) {
75+
.site-container {
76+
padding: 0 5%;
77+
width: auto;
78+
}
79+
.line {
80+
flex-direction: column;
81+
}
82+
.rec-1 {
83+
width: 100%;
84+
}
7285
}

jkcss/layout/columns/columns.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jkcss/layout/columns/columns.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,17 @@
5757
flex: 0 0 auto;
5858
width: 100%;
5959
}
60+
@media (min-width: 100px) and (max-width: 991px) {
61+
.site-container{
62+
padding: 0 5%;
63+
width: auto;
64+
}
65+
.line{
66+
flex-direction: column;
67+
}
68+
.rec-1{
69+
width: 100%;
70+
}
71+
}
72+
6073

local.css

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
width: 100%;
5959
}
6060

61-
@media (min-width: 100px) and (max-width: 600px) {
61+
@media (min-width: 100px) and (max-width: 991px) {
6262
.site-container{
6363
padding: 0 5%;
6464
width: auto;
@@ -69,46 +69,4 @@
6969
.rec-1{
7070
width: 100%;
7171
}
72-
73-
}
74-
75-
@media (min-width: 601px) and (max-width: 768px) {
76-
.site-container{
77-
padding: 0 5%;
78-
width: auto;
79-
}
80-
.line{
81-
flex-direction: column;
82-
}
83-
.rec-1{
84-
width: 100%;
85-
}
86-
87-
}
88-
89-
@media (min-width: 769px) and (max-width: 992px){
90-
.site-container{
91-
padding: 0 5%;
92-
width: auto;
93-
}
94-
.line{
95-
flex-direction: column;
96-
}
97-
.rec-1{
98-
width: 100%;
99-
}
100-
10172
}
102-
103-
@media (min-width: 993px) and (max-width: 1200px){
104-
.site-container{
105-
padding: 0 5%;
106-
width: auto;
107-
}
108-
.line{
109-
flex-direction: column;
110-
}
111-
.rec-1{
112-
width: 100%;
113-
}
114-
}

0 commit comments

Comments
 (0)