Skip to content

Commit 7fbb124

Browse files
committed
fixed doubt section header
1 parent b42aa98 commit 7fbb124

File tree

6 files changed

+58
-9
lines changed

6 files changed

+58
-9
lines changed

examples/views/doubts.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
Quo essent postulant te, dicant libris nostrum in nec. Quo albucius consetetur et, vis probo veritus volumus ea. Eu nibh saepe mnesarchum pro, qui prompta scripserit no, has errem timeam ex. Per quis solum prodesset in. Pri id populo intellegat, tollit pericula gloriatur duo cu.
103103
</div>
104104
</div>
105-
<div class="row doubt">
105+
<div class="row doubt">
106106
<div class="d-flex flex-row doubt-head">
107107
<div class="left flex-row mr-auto">
108108
<div class="round-img">

sass/styles/_media-query.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@
3131
@import "media-query/media.changdp";
3232
@import "media-query/media.arrangement";
3333
@import "media-query/media.pill";
34+
@import "media-query/media.doubt";

sass/styles/media-query/media.card.layout.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
}
9191

9292
.button-dashed {
93-
margin: 20px auto;
93+
// margin: 20px auto;
9494
}
9595

9696
.card, .card-text, .card-heading {
@@ -131,7 +131,7 @@
131131
}
132132

133133
.button-dashed {
134-
margin: 20px auto;
134+
// margin: 20px auto;
135135
}
136136

137137
.card-mentor-text {
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
@media screen and (max-width: 575px){
2+
.o-doubt{
3+
padding: 40px 0;
4+
5+
.head{
6+
padding: 0 7%;
7+
}
8+
9+
.doubt-head{
10+
.round-img {
11+
@include dimensions(35px, 35px)
12+
}
13+
14+
.author-name {
15+
font-size: $card-md;
16+
margin-left: 13px;
17+
18+
.time {
19+
font-size: $card-sm;
20+
color: $navLink;
21+
}
22+
}
23+
24+
.text {
25+
margin-right: 10px;
26+
font-size: $card-md;
27+
}
28+
29+
.reply {
30+
width: 8%;
31+
min-width: 73px;
32+
font-size: $card-sm;
33+
height: 28px;
34+
}
35+
}
36+
}
37+
38+
.doubt-body{
39+
text-align: justify;
40+
font-size: $card-md;
41+
}
42+
}
43+

sass/styles/media-query/media.headings.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,9 @@
1919
padding-right: 15px;
2020
margin-bottom: 30px;
2121
}
22+
23+
.heading-u{
24+
font-size: $global-font-size;
25+
}
2226
}
2327

sass/styles/objects/o-doubt/o-doubt.scss

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
background-color: $nav-border;
33
padding: 40px 7%;
44

5-
.heading-u {
6-
font-size: $font-md;
7-
padding-bottom: 20px;
8-
}
9-
105
.right-head-button {
116
max-width: 200px;
127
}
138

9+
.left{
10+
width: 55%;
11+
}
12+
1413
.doubts-box {
1514
padding: 0;
1615
background-color: #fff;
@@ -32,6 +31,7 @@
3231
.author-name {
3332
font-size: 0.88rem;
3433
margin-left: 13px;
34+
overflow: hidden;
3535

3636
.time {
3737
font-size: 1rem;
@@ -42,11 +42,12 @@
4242
.text {
4343
margin-right: 10px;
4444
font-size: 1.11rem;
45-
color: #ff6666
45+
color: $button-element-level;
4646
}
4747

4848
.reply {
4949
width: 11%;
50+
min-width: 95px;
5051
}
5152
}
5253

0 commit comments

Comments
 (0)