Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 0d24741

Browse files
add border-radius to image
1 parent bed8979 commit 0d24741

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/pages/Course/Schedule.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ function LimitedTimeBookNow() {
299299
backgroundRepeat: 'no-repeat',
300300
backgroundPositionY: 'center',
301301
backgroundPositionX: 'center',
302-
width: '100%'
302+
width: '100%',
303+
borderRadius: '14px'
303304
}}
304305
>
305306
<Typography variant="h2" color="secondary" style={{ marginTop: '80px' }}>

0 commit comments

Comments
 (0)