update window
This commit is contained in:
parent
a235e536da
commit
86c83e8b11
|
@ -46,13 +46,13 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.skipbtn {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 250px;
|
||||
height: 200px;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
border: 1px solid;
|
||||
margin-left: 5px;
|
||||
display: flex;
|
||||
|
@ -60,7 +60,9 @@
|
|||
align-items: center;
|
||||
border: 1px solid #c26363;
|
||||
overflow: hidden;
|
||||
color: #c26363
|
||||
color: #c26363;
|
||||
margin-bottom: 5px;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.skipbtn:hover {
|
||||
|
|
Loading…
Reference in New Issue
Block a user