Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -1,14 +1,21 @@
|
||||
input{
|
||||
width: 500px;
|
||||
.search {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
input {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
top: 30%;
|
||||
left: 50%;
|
||||
right: 50%;
|
||||
bottom: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.list {
|
||||
width: 500px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.bg-image {
|
||||
@@ -18,3 +25,8 @@ input{
|
||||
background-position: center center;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.sun {
|
||||
width: 10%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user