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;
|
align-items: center;
|
||||||
padding: 2rem 0rem;
|
padding: 2rem 0rem;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
|
border-top: 0.2rem solid white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.soc {
|
.soc {
|
||||||
@ -225,7 +226,11 @@ article .title {
|
|||||||
color: var(--maincolor);
|
color: var(--maincolor);
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-description {
|
body .site-description{
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-description pre{
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
Loading…
Reference in New Issue
Block a user