fix border and site-description

This commit is contained in:
fruworg 2023-07-30 21:40:29 +05:00
parent c7647125bd
commit 62b4f2317c

View File

@ -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;