fixed design
This commit is contained in:
@@ -1,7 +1,3 @@
|
|||||||
.button-div {
|
|
||||||
height: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.species-item {
|
.species-item {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -140,10 +136,6 @@ a:hover {
|
|||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.request-box .custom-button{
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.input-box-cnn {
|
.input-box-cnn {
|
||||||
scroll-margin-top: 100px;
|
scroll-margin-top: 100px;
|
||||||
width: min(500px, 100%);
|
width: min(500px, 100%);
|
||||||
@@ -177,3 +169,7 @@ a:hover {
|
|||||||
.conten-block-text {
|
.conten-block-text {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-div * {
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user