mirror of
https://github.com/olehomelchenko/olehomelchenko.com.git
synced 2026-02-05 02:54:37 +00:00
13 lines
280 B
CSS
13 lines
280 B
CSS
/* 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;
|
|
}
|