mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
26 lines
307 B
SCSS
26 lines
307 B
SCSS
#article {
|
|
max-width: 800px;
|
|
|
|
.details {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 20px;
|
|
|
|
.publication {
|
|
font-weight: 800;
|
|
}
|
|
|
|
.banner {
|
|
margin-top: 0;
|
|
display: block;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
hr {
|
|
margin-top: calc(40px - 20px);
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
}
|