mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
fix border and site-description
This commit is contained in:
parent
c7647125bd
commit
62b4f2317c
@ -173,6 +173,7 @@ footer {
|
||||
align-items: center;
|
||||
padding: 2rem 0rem;
|
||||
margin-top: 2rem;
|
||||
border-top: 0.2rem solid white;
|
||||
}
|
||||
|
||||
.soc {
|
||||
@ -225,7 +226,11 @@ article .title {
|
||||
color: var(--maincolor);
|
||||
}
|
||||
|
||||
.site-description {
|
||||
body .site-description{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.site-description pre{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
text-align: left;
|
||||
|
Loading…
Reference in New Issue
Block a user