Skip to content
Snippets Groups Projects
Commit 192e0c40 authored by Michelle Weidling's avatar Michelle Weidling :blowfish:
Browse files

Implement labels according to requirements; misc

parent f19138a7
No related branches found
No related tags found
1 merge request!15Feature/edited text misc
Pipeline #102432 passed
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
padding: 10px; padding: 10px;
margin: auto; margin: auto;
margin-bottom: 30px; margin-bottom: 30px;
background-color: #f6f1ed;
border-radius: 5px;
} }
#editedText ul { #editedText ul {
...@@ -66,6 +68,7 @@ ...@@ -66,6 +68,7 @@
margin: auto; margin: auto;
margin-bottom: 20px; margin-bottom: 20px;
margin-top: 20px; margin-top: 20px;
max-width: 75%;
} }
#editedText .nb-img { #editedText .nb-img {
...@@ -94,6 +97,11 @@ ...@@ -94,6 +97,11 @@
margin-right: 15px; margin-right: 15px;
} }
#editedText .nb-list li {
padding-top: 10px;
padding-bottom: 10px;
}
#editedText .nb-paragraph { #editedText .nb-paragraph {
display: inline-block; display: inline-block;
margin-left: 20px; margin-left: 20px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment