Update model card to adjust dimensions
#4
by
mitalipo
- opened
README.md
CHANGED
|
@@ -8,16 +8,15 @@ base_model:
|
|
| 8 |
.banner {
|
| 9 |
display: block;
|
| 10 |
position: sticky;
|
|
|
|
| 11 |
top: 0;
|
| 12 |
z-index: 10;
|
| 13 |
background-color: #4285f4;
|
| 14 |
display: flex;
|
| 15 |
flex-direction: column;
|
| 16 |
justify-content: space-between;
|
| 17 |
-
padding-left: 1.5rem;
|
| 18 |
-
padding-right: 1.5rem;
|
| 19 |
color: #fff;
|
| 20 |
-
border-radius: 0 0 0.5rem 0.5rem;
|
| 21 |
}
|
| 22 |
.icon::before {
|
| 23 |
font-family: "Font Awesome 5 Free";
|
|
@@ -61,6 +60,7 @@ base_model:
|
|
| 61 |
display: flex;
|
| 62 |
}
|
| 63 |
.col {
|
|
|
|
| 64 |
flex: 1;
|
| 65 |
}
|
| 66 |
.card {
|
|
|
|
| 8 |
.banner {
|
| 9 |
display: block;
|
| 10 |
position: sticky;
|
| 11 |
+
width: 100%;
|
| 12 |
top: 0;
|
| 13 |
z-index: 10;
|
| 14 |
background-color: #4285f4;
|
| 15 |
display: flex;
|
| 16 |
flex-direction: column;
|
| 17 |
justify-content: space-between;
|
|
|
|
|
|
|
| 18 |
color: #fff;
|
| 19 |
+
border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
|
| 20 |
}
|
| 21 |
.icon::before {
|
| 22 |
font-family: "Font Awesome 5 Free";
|
|
|
|
| 60 |
display: flex;
|
| 61 |
}
|
| 62 |
.col {
|
| 63 |
+
width:100%;
|
| 64 |
flex: 1;
|
| 65 |
}
|
| 66 |
.card {
|