We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c9818 commit 33ab304Copy full SHA for 33ab304
_pages/about.md
@@ -19,7 +19,8 @@ news: true # includes a list of news items
19
# selected_papers: true # includes a list of papers marked as "selected={true}"
20
social: true # includes social icons at the bottom of the page
21
---
22
-<div style="background-image: url('/assets/img/lab_logo.png'); background-size: cover; background-position: center; padding: 20px;">
+<div style="background-image: url('/assets/img/lab_logo.png'); background-size: 100% 100%; background-position: center; background-repeat: no-repeat; padding: 20px;">
23
+
24
25
<p align="center">
26
<img src="/assets/img/lab_logo.png" alt="Lab Logo" style="width: 100%;">
0 commit comments