|
@@ -212,7 +212,7 @@ input[type="number"]{
|
|
|
nav{
|
|
|
padding: 0px 40px;
|
|
|
height: 120px;
|
|
|
- margin-bottom: 120px;
|
|
|
+ margin-bottom: 100px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
@@ -260,12 +260,12 @@ nav ul li:nth-child(5)::before{
|
|
|
}
|
|
|
.imgDiv{
|
|
|
text-align: center;
|
|
|
- margin-bottom: 30px;
|
|
|
}
|
|
|
|
|
|
.errPage p{
|
|
|
text-align: center;
|
|
|
margin: 8px 0px;
|
|
|
+ padding: 0 30px;
|
|
|
}
|
|
|
|
|
|
.errPage .coverBg {
|
|
@@ -295,12 +295,23 @@ nav ul li:nth-child(5)::before{
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
|
|
|
+#SuspensionTxt{
|
|
|
+ max-height: 200px;
|
|
|
+ overflow-y: scroll;
|
|
|
+ overflow-x: hidden;
|
|
|
+ margin-bottom: 15px;
|
|
|
+}
|
|
|
+
|
|
|
@media screen and (min-device-width: 1920px) {
|
|
|
|
|
|
.errPage .modal{
|
|
|
width: 30%;
|
|
|
left: 33%;
|
|
|
}
|
|
|
+ #SuspensionTxt{
|
|
|
+ max-height: 100px;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
|
|
|
/******************************* errPage *******************************/
|