mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
added border arround recipe
This commit is contained in:
parent
9db320ebff
commit
25108665af
1 changed files with 6 additions and 0 deletions
|
@ -75,3 +75,9 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
section.parsedown-section {
|
||||||
|
padding: 1em;
|
||||||
|
margin: 1em;
|
||||||
|
border: 1px solid grey;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue