mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
10 lines
124 B
CSS
10 lines
124 B
CSS
body {
|
|
padding-top: 70px;
|
|
padding-bottom: 30px;
|
|
}
|
|
|
|
.primary {
|
|
border: 1px solid gray;
|
|
border-radius: 8px;
|
|
}
|