Skip to content

Commit 0a109a0

Browse files
committed
fix the width from hard assigned value --> width: auto to make the website responsive for all screen size devices
1 parent 473eade commit 0a109a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/blogs/blogs-new.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@
10171017
/*--------fix card sizing----------- */
10181018

10191019
.fixed-card-size {
1020-
width: 350px;
1020+
width: auto;
10211021
height: 500px;
10221022
display: flex;
10231023
flex-direction: column;

0 commit comments

Comments
 (0)