Skip to content

Commit 66b465a

Browse files
committed
Update index.html
1 parent 0074271 commit 66b465a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@
7676
padding-top: 2rem;
7777
}
7878

79+
.hero .container.is-max-widescreen {
80+
max-width: 1180px;
81+
}
82+
7983
.publication-title {
8084
color: #102a43;
8185
font-family: "Castoro", serif;
@@ -298,9 +302,9 @@
298302

299303
<section class="hero" id="top">
300304
<div class="hero-body" style="padding-top: 6rem;">
301-
<div class="container is-max-desktop">
305+
<div class="container is-max-widescreen">
302306
<div class="columns is-vcentered is-variable is-6">
303-
<div class="column is-7">
307+
<div class="column is-full">
304308
<span class="page-tag">Proceedings of SIGIR '26</span>
305309
<h1 class="title is-1 publication-title">Bridging Personalization and AI: From RAG to Agent</h1>
306310
<p class="hero-copy">

0 commit comments

Comments
 (0)