mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
9 lines
124 B
CSS
9 lines
124 B
CSS
body {
|
|
padding-top: 70px;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.primary {
|
|
border: 1px solid gray;
|
|
border-radius: 8px;
|
|
}
|