Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -97,7 +97,7 @@ For images with an alignment score below 3.2, additional users were asked to hig
|
|
97 |
<style>
|
98 |
.example-results-grid {
|
99 |
display: grid;
|
100 |
-
grid-template-columns: repeat(2,
|
101 |
gap: 20px;
|
102 |
margin: 20px 0;
|
103 |
justify-content: left;
|
@@ -122,7 +122,7 @@ For images with an alignment score below 3.2, additional users were asked to hig
|
|
122 |
}
|
123 |
|
124 |
.image-container img {
|
125 |
-
width:
|
126 |
height: auto;
|
127 |
border-radius: 4px;
|
128 |
}
|
|
|
97 |
<style>
|
98 |
.example-results-grid {
|
99 |
display: grid;
|
100 |
+
grid-template-columns: repeat(2, 450px);
|
101 |
gap: 20px;
|
102 |
margin: 20px 0;
|
103 |
justify-content: left;
|
|
|
122 |
}
|
123 |
|
124 |
.image-container img {
|
125 |
+
width: 450px;
|
126 |
height: auto;
|
127 |
border-radius: 4px;
|
128 |
}
|