enhancement addition

This commit is contained in:
Tutur33
2023-12-01 16:40:40 +01:00
parent 0416825f1d
commit b940162257
4 changed files with 92 additions and 14 deletions
+20 -1
View File
@@ -37,6 +37,10 @@ header {
color: #fff;
text-align: center;
padding: 1em 0;
position: fixed;
width: 100%;
top: 0;
left: 0;
}
header h1 {
@@ -52,6 +56,10 @@ form label {
margin-right: 10px;
}
.sup-callback {
width: 300px;
}
form input,
form select {
width: 100px;
@@ -59,12 +67,19 @@ form select {
margin-right: 10px;
}
form button {
button,
a,
.btn {
padding: 7px 15px;
background-color: #292929;
color: #fff;
border: none;
cursor: pointer;
text-decoration: none;
}
.first-main {
margin-top: 150px;
}
main {
@@ -86,3 +101,7 @@ main h2 {
main p {
color: #555;
}
.main-calendar {
min-height: 500px;
}