11 lines
127 B
CSS
11 lines
127 B
CSS
body {
|
|
max-width: 1024px;
|
|
}
|
|
|
|
button {
|
|
padding: 8px 16px;
|
|
background-color: #eceff4;
|
|
border-radius: 2px;
|
|
border: 0;
|
|
}
|