We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04e46f commit 031fbf6Copy full SHA for 031fbf6
styles/course.css
@@ -125,14 +125,21 @@
125
max-width: 500px;
126
}
127
128
- /* .course-info .course-info-content */
129
- /* .course-info-box .course-info-box-right { */
130
- /* */
131
- /* } */
+ .course-info .course-info-content
+ .course-info-box .course-info-box-right .row1 {
+ background-color: #E1FFEE;
+ padding: 10px 20px 10px 5px;
132
+ width: 250px;
133
+ border-radius: 20px;
134
+ display: flex;
135
+ justify-content: space-between;
136
+ align-items: center;
137
+ }
138
139
.course-info .course-info-content
140
.course-info-box .course-info-box-right img{
141
height: 50px;
142
width: 50px;
143
+ border-radius: 100%;
144
145
0 commit comments