Skip to content

Commit e275294

Browse files
delete the extra style setting for picture
1 parent aa38baf commit e275294

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -51,32 +51,6 @@ CMAP Visualization Toolkit supports advanced analytic methods that are appropria
5151
#### Sample Visualizations
5252
*Examples from this toolkit using public data on scientists' careers.*
5353

54-
<style>
55-
.grid {
56-
display: grid;
57-
grid-template-columns: 1fr 1fr; /* two plots per row */
58-
gap: 20px;
59-
max-width: 1000px;
60-
margin: auto;
61-
}
62-
.grid-item {
63-
text-align: center;
64-
}
65-
.plot-img {
66-
width: 100%;
67-
height: 200px; /* same height for all */
68-
object-fit: contain;
69-
border: 1px solid #ddd;
70-
border-radius: 6px;
71-
background: #fafafa;
72-
}
73-
.caption {
74-
margin-top: 8px;
75-
font-size: 0.9em;
76-
color: #555;
77-
}
78-
</style>
79-
8054
<div class="grid">
8155
<div class="grid-item">
8256
<img src="https://github.com/Computational-Ethnography-Lab/.github/raw/95529a5a1ffa938274ac5b4b912dbf99e26fd572/profile/images/heatmap_visualization.png" class="plot-img">

0 commit comments

Comments
 (0)