Skip to content

Commit f76ad67

Browse files
committed
adjust lucidflux website
1 parent ec6d69a commit f76ad67

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

LucidFlux/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body>
1313
<div class="sidebar">
14-
<h2 class="sidebar-title">UltraPixel</h2>
14+
<h2 class="sidebar-title">LucidFlux</h2>
1515

1616
<ul>
1717
<li><a href="#paper-info" class="nav-link"><i class="fas fa-file-alt"></i> Paper Information</a></li>

LucidFlux/styles.css

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

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

@@ -234,7 +234,7 @@ table {
234234
}
235235

236236
th, td {
237-
padding: 4px 6px;
237+
padding: 2px 4px;
238238
text-align: center;
239239
border: none;
240240
vertical-align: middle;
@@ -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(1400px, 1fr));
309+
grid-template-columns: repeat(auto-fit, minmax(1000px, 1fr));
310310
gap: 40px;
311311
padding: 30px;
312312
justify-items: center;
@@ -330,6 +330,7 @@ tbody tr:hover {
330330
height: auto;
331331
display: block;
332332
object-fit: contain;
333+
max-height: 600px;
333334
}
334335

335336
.gallery-section {

0 commit comments

Comments
 (0)