new style and fixed request
This commit is contained in:
+35
-2
@@ -13,6 +13,7 @@
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
font-size: 62.5%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -101,7 +102,7 @@ footer p {
|
||||
border-radius: 4px;
|
||||
width: 90%;
|
||||
max-width: 1150px;
|
||||
height: 550px;
|
||||
height: 600px;
|
||||
min-height: 520px;
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
||||
overflow: hidden;
|
||||
@@ -297,13 +298,14 @@ form {
|
||||
|
||||
.toggleButton {
|
||||
flex: 1;
|
||||
padding: 0.5rem 1rem;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
border-radius: 4px;
|
||||
transition: background-color 0.3s, color 0.3s;
|
||||
font-weight: 500;
|
||||
overflow-y: hidden;
|
||||
max-height: 60px;
|
||||
}
|
||||
|
||||
.toggleButton.active {
|
||||
@@ -379,6 +381,12 @@ table tr {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media(max-width: 1330px) {
|
||||
.mainContainer {
|
||||
grid-template-rows: 60px 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1300px) {
|
||||
.container {
|
||||
width: 100%;
|
||||
@@ -402,6 +410,10 @@ table tr {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.mainContainer {
|
||||
grid-template-rows: 40px 1fr;
|
||||
}
|
||||
|
||||
.img {
|
||||
right: 50%;
|
||||
transform: translateX(50%);
|
||||
@@ -447,6 +459,20 @@ table tr {
|
||||
footer p {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
input,
|
||||
select {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
button {
|
||||
font-size: 1.5rem;
|
||||
padding: 1rem 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 960px) {
|
||||
@@ -454,3 +480,10 @@ table tr {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 450px) {
|
||||
.title {
|
||||
max-width: 300px;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user