We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0074271 commit 66b465aCopy full SHA for 66b465a
1 file changed
index.html
@@ -76,6 +76,10 @@
76
padding-top: 2rem;
77
}
78
79
+ .hero .container.is-max-widescreen {
80
+ max-width: 1180px;
81
+ }
82
+
83
.publication-title {
84
color: #102a43;
85
font-family: "Castoro", serif;
@@ -298,9 +302,9 @@
298
302
299
303
<section class="hero" id="top">
300
304
<div class="hero-body" style="padding-top: 6rem;">
301
- <div class="container is-max-desktop">
305
+ <div class="container is-max-widescreen">
306
<div class="columns is-vcentered is-variable is-6">
- <div class="column is-7">
307
+ <div class="column is-full">
308
<span class="page-tag">Proceedings of SIGIR '26</span>
309
<h1 class="title is-1 publication-title">Bridging Personalization and AI: From RAG to Agent</h1>
310
<p class="hero-copy">
0 commit comments