added versioning and license info

This commit is contained in:
plebbitor
2023-04-22 13:11:42 +02:00
parent 44d6567e17
commit 103ff3fa6a
5 changed files with 32 additions and 1 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ export const Footer = styled.div`
text-align: center;
clear: both;
padding-top: .5em;
padding-bottom: 5em;
padding-bottom: 2em;
ul {
border-top: 1px solid;
@@ -16,6 +16,13 @@ export const StyledModal = styled(Modal)`
box-shadow: 0 0 5px rgba(0, 0, 0, .25);
}
#version {
font-size: 11px;
position: absolute;
display: block;
margin-left: 5px;
}
@media (max-width: 768px) {
.panel {
width: 320px !important;