From 66fd42a74213bdb68c30c2222ee9ec468f0eacad Mon Sep 17 00:00:00 2001 From: aver Date: Mon, 11 Nov 2024 17:10:20 +0000 Subject: [PATCH] Making perma news more prominent --- _pages/about.md | 2 +- _sass/_about.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_pages/about.md b/_pages/about.md index e822349..a25d609 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -15,7 +15,7 @@ We are a research lab focused on investigating probabilistic models and programs
#probabilistic-modeling #neuro-symbolic-AI #constraints #tractable-inference #circuits
latest news
-
✨ We are organizing a workshop and a tutorial on connecting tensor factorizations and circuits at AAAI-25! ✨ +
✨✨✨ We are organizing a workshop and a tutorial on connecting tensor factorizations and circuits at AAAI-25! ✨✨✨
    diff --git a/_sass/_about.scss b/_sass/_about.scss index 791cddf..bcf0ff3 100644 --- a/_sass/_about.scss +++ b/_sass/_about.scss @@ -13,7 +13,7 @@ } #perma-news{ - margin-bottom: 0.4em; + margin-bottom: 1em; text-align: center; }