backup + decriptare toate fisiere done

This commit is contained in:
andrei-mihnea-cerbu
2024-04-19 16:48:10 +03:00
parent ffeebf1177
commit 869305a491
55 changed files with 1073 additions and 265 deletions
+6 -6
View File
@@ -25,7 +25,7 @@ body, html {
text-align: center; /* Center the text for all child elements */
}
.header{
.header {
color: #1B1A55;
font-size: 4vh;
text-transform: uppercase;
@@ -42,11 +42,11 @@ body, html {
width: 25%;
}
.profile-form-title{
.profile-form-title {
margin-bottom: 5vh;
}
.profile-form hr{
.profile-form hr {
width: 40%;
}
@@ -58,13 +58,13 @@ body, html {
font-size: 5vh;
}
.profile-form-content{
.profile-form-content {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.profile-form-footer{
.profile-form-footer {
margin-top: 7vh;
display: flex;
flex-direction: row;
@@ -94,7 +94,7 @@ button {
cursor: pointer;
}
button:hover{
button:hover {
filter: brightness(85%);
}