Skip to content

Commit c1fc4ff

Browse files
authored
Update partner-style.css
1 parent 48c260f commit c1fc4ff

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

content/bn/includes/partner-style.css

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* বিভাগসমূহ */
1+
/* SECTIONS */
22
.section {
33
clear: both;
44
padding: 0px;
@@ -11,7 +11,7 @@
1111
margin-bottom: 2em;
1212
}
1313

14-
/* কলাম সেটআপ */
14+
/* COLUMN SETUP */
1515
.col {
1616
display: block;
1717
float:left;
@@ -20,7 +20,8 @@
2020
}
2121
.col:first-child { margin-left: 0; }
2222

23-
/* গ্রুপিং */
23+
24+
/* GROUPING */
2425
.group:before,
2526
.group:after {
2627
content:"";
@@ -30,10 +31,10 @@
3031
clear:both;
3132
}
3233
.group {
33-
zoom:1; /* আইই 6/7 এর জন্য */
34+
zoom:1; /* For IE 6/7 */
3435
}
3536

36-
/* তিনটি গ্রিড */
37+
/* GRID OF THREE */
3738
.span_3_of_3 {
3839
width: 35%;
3940
background-color: #f9f9f9;
@@ -51,20 +52,20 @@
5152
}
5253

5354
.col-container {
54-
display: table; /* কন্টেন্টের উপাদানগুলি একটি টেবিল হিসেবে ব্যবহার করুন */
55-
width: 100%; /* সম্পূর্ণ প্রসারের জন্য পূর্ণ প্রস্থ */
55+
display: table; /* Make the container element behave like a table */
56+
width: 100%; /* Set full-width to expand the whole page */
5657
padding-bottom: 30px;
5758
}
5859

5960
.col-nav {
60-
display: table-cell; /* কন্টেনারের উপাদানগুলি টেবিল সেল হিসেবে কাজ করার জন্য */
61+
display: table-cell; /* Make elements inside the container behave like table cells */
6162
width: 18%;
6263
background-color: #f9f9f9;
6364
padding: 20px;
6465
border: 5px solid white;
6566
}
6667

67-
/* 480 পিক্সেলের নিচে পূর্ণ প্রস্থে যান */
68+
/* GO FULL WIDTH AT LESS THAN 480 PIXELS */
6869

6970
@media only screen and (max-width: 480px) {
7071
.col { margin: 1% 0 1% 0%;}

0 commit comments

Comments
 (0)