mirror of
https://github.com/olehomelchenko/olehomelchenko.com.git
synced 2026-02-05 02:54:37 +00:00
feat: set up migration to quarto
This commit is contained in:
12
styles.css
Normal file
12
styles.css
Normal file
@@ -0,0 +1,12 @@
|
||||
/* Minimal custom styling for olehomelchenko.com */
|
||||
|
||||
/* Vega-Lite visualization styling - center and add subtle shadow */
|
||||
.vega-embed {
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.vega-embed canvas.marks {
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
||||
margin: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user