14 lines
204 B
Plaintext
14 lines
204 B
Plaintext
/* pages/personal.wxss */
|
|
.grid{
|
|
display: grid;
|
|
background-color: white;
|
|
border-radius: 10px;
|
|
padding: 10px;
|
|
display: flex;
|
|
text-align: center;
|
|
.grid-item{
|
|
flex:1;
|
|
width: 25%;
|
|
|
|
}
|
|
} |