Skip to content
Snippets Groups Projects
Commit c112f786 authored by Subliminal Guy's avatar Subliminal Guy
Browse files

Small CSS change

parent 666a5626
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ function download(content: string, fileName: string, contentType: string) {
margin-bottom: 1em;
width: 20em;
display: flex;
justify-content: center;
justify-content: space-around;
gap: 1rem;
}
......@@ -163,6 +163,7 @@ function download(content: string, fileName: string, contentType: string) {
background-color: #266ca3;
font-weight: bold;
float: right;
width: 10rem;
}
.jsonGenerate-btn:hover {
......
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