wip: test
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-top: 40px;
|
||||
margin-top: 15px;
|
||||
padding: 20px;
|
||||
background-color: #ff0606;
|
||||
color: #fff;
|
||||
@@ -101,7 +101,8 @@
|
||||
margin: auto;
|
||||
|
||||
.item {
|
||||
height: 240px;
|
||||
width: 200px;
|
||||
height: 220px;
|
||||
text-align: center;
|
||||
line-height: 240px;
|
||||
font-size: 80px;
|
||||
@@ -110,17 +111,14 @@
|
||||
}
|
||||
.item:nth-child(1) {
|
||||
width: 48%;
|
||||
// height: 240px;
|
||||
border-radius: 100px 30px 30px 30px;
|
||||
}
|
||||
.item:nth-child(2) {
|
||||
width: 48%;
|
||||
// height: 240px;
|
||||
border-radius: 30px 100px 30px 30px;
|
||||
}
|
||||
.item:nth-child(3) {
|
||||
flex: 1;
|
||||
// height: 240px;
|
||||
border-radius: 30px 30px 100px 100px;
|
||||
}
|
||||
}
|
||||
@@ -147,7 +145,7 @@
|
||||
background-color: #ff0606;
|
||||
border-radius: 26px;
|
||||
padding: 20px 30px;
|
||||
margin-top: 20px;
|
||||
margin-top: 15px;
|
||||
color: #fff;
|
||||
.title {
|
||||
font-size: 35px;
|
||||
|
||||
Reference in New Issue
Block a user