Skip to content

Commit ec6d69a

Browse files
committed
adjust lucidflux website
1 parent 1ed7f7a commit ec6d69a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

LucidFlux/styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,12 @@ body {
218218

219219
table {
220220
border-collapse: collapse;
221-
width: 70%;
222-
min-width: 800px;
223-
max-width: 1000px;
224-
font-size: 0.85em;
221+
width: 60%;
222+
min-width: 700px;
223+
max-width: 900px;
224+
font-size: 0.8em;
225225
font-family: 'Times New Roman', Times, serif;
226-
line-height: 1.4;
226+
line-height: 1.3;
227227
margin: 0 auto;
228228
}
229229

@@ -306,7 +306,7 @@ tbody tr:hover {
306306
/* Comparison grid layout for qualitative results */
307307
.comparison-grid {
308308
display: grid;
309-
grid-template-columns: repeat(auto-fit, minmax(1200px, 1fr));
309+
grid-template-columns: repeat(auto-fit, minmax(1400px, 1fr));
310310
gap: 40px;
311311
padding: 30px;
312312
justify-items: center;

0 commit comments

Comments
 (0)