mirror of
https://github.com/AIR-EISTI/hades.git
synced 2026-05-11 02:49:12 +02:00
18 lines
227 B
CSS
18 lines
227 B
CSS
h1 {
|
|
margin: 10px 10px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.action button {
|
|
padding: 0;
|
|
margin: 5px;
|
|
height: 2em;
|
|
width: 2em;
|
|
}
|
|
|
|
.action {
|
|
display: inline-block;
|
|
margin-left: 20px;
|
|
position: relative;
|
|
bottom: 5px;
|
|
}
|