mirror of
https://github.com/vim/vim.git
synced 2026-04-22 11:45:50 +02:00
6 lines
81 B
CSS
6 lines
81 B
CSS
|
|
div {
|
||
|
|
margin-block: 1px;
|
||
|
|
margin-block-start: 1px;
|
||
|
|
margin-block-end: 1px;
|
||
|
|
}
|