Skip to content

Commit 469f024

Browse files
committed
Update Infobox.module.css
1 parent 79b641f commit 469f024

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/Ui/Infobox/Infobox.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.infobox {
2+
box-sizing: border-box;
23
display: flex;
34
align-items: center;
45
border-radius: 12px;
@@ -7,6 +8,7 @@
78
margin-bottom: 2rem;
89
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
910
overflow: hidden;
11+
border: 3px solid rgba(255, 0, 0, 0.5);
1012
}
1113

1214
.icon {

0 commit comments

Comments
 (0)