mirror of
https://github.com/Synzvato/decentraleyes.git
synced 2025-12-23 23:38:39 -05:00
18 lines
229 B
CSS
18 lines
229 B
CSS
section {
|
|
padding-left: 32px;
|
|
}
|
|
|
|
section .title {
|
|
-webkit-margin-start: -32px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
section .description {
|
|
font-style: italic;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.button-panel {
|
|
text-align: right;
|
|
}
|