Update style.css
Browse files
style.css
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
.resp{
|
|
|
|
|
|
|
| 2 |
display: flex;
|
| 3 |
flex-wrap: wrap;
|
| 4 |
flex-direction: column;
|
|
@@ -6,8 +8,7 @@
|
|
| 6 |
width: fit-content;
|
| 7 |
}
|
| 8 |
.div_box{
|
| 9 |
-
|
| 10 |
-
border-width: medium;
|
| 11 |
display: flex;
|
| 12 |
flex-wrap: wrap;
|
| 13 |
flex-direction: column;
|
|
|
|
| 1 |
.resp{
|
| 2 |
+
border-color: white;
|
| 3 |
+
border-width: medium;
|
| 4 |
display: flex;
|
| 5 |
flex-wrap: wrap;
|
| 6 |
flex-direction: column;
|
|
|
|
| 8 |
width: fit-content;
|
| 9 |
}
|
| 10 |
.div_box{
|
| 11 |
+
|
|
|
|
| 12 |
display: flex;
|
| 13 |
flex-wrap: wrap;
|
| 14 |
flex-direction: column;
|