Minimal styling for native content buttons

This commit is contained in:
Basti 2018-04-01 15:39:55 +02:00
parent 5748f83971
commit 103ccbdfdd

View File

@ -86,3 +86,13 @@ header {
}
}
main section.content {
button {
padding: 0.3rem 0.5rem;
}
button + button {
margin-left: 0.5rem;
}
}