update window

This commit is contained in:
cutls 2020-02-09 23:35:49 +09:00
parent a235e536da
commit 86c83e8b11

View File

@ -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 {