FIxed the url error messages and changed some styling
This commit is contained in:
@@ -48,15 +48,13 @@ body {
|
||||
width: 80vw;
|
||||
height: 100px;
|
||||
margin: 35vh auto 0 auto;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.inputs {
|
||||
display: flex;
|
||||
width: 80vw;
|
||||
height: 50px;
|
||||
justify-content: center;
|
||||
margin: 25px 0;
|
||||
height: 50px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.url {
|
||||
@@ -64,7 +62,7 @@ body {
|
||||
border: 2px solid #bb86fc;
|
||||
color: #ffffff;
|
||||
width: 60%;
|
||||
padding: 10px;
|
||||
padding: 10px 10px;
|
||||
margin-left: 3%;
|
||||
}
|
||||
|
||||
@@ -92,8 +90,7 @@ body {
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
font-size: 100%;
|
||||
padding: 0;
|
||||
margin: 3% 0 0 0;
|
||||
margin: 1.5% 0 0 0;
|
||||
}
|
||||
|
||||
.error-message {
|
||||
@@ -103,6 +100,7 @@ body {
|
||||
color: #ffffff;
|
||||
text-align: center;
|
||||
margin: 40vh auto 0 auto;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.donation {
|
||||
|
||||
Reference in New Issue
Block a user