fix style

This commit is contained in:
SrGooglo 2022-12-09 14:48:46 +00:00
parent 878703a13f
commit bb8c96925e

View File

@ -74,30 +74,34 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-right: 50px; align-items: flex-start;
h1,
h2,
h3 {
margin-bottom: 0;
}
.content { .content {
display: flex;
flex-direction: column;
margin: 10px 20px 20px 0;
width: 100%;
.title { .title {
display: inline-flex; display: inline-flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
align-items: center;
width: 100%; width: 100%;
margin-bottom: 8px;
} }
display: flex;
flex-direction: column;
margin: 10px 20px;
width: 100%;
} }
} }
} }
} }
.streamingKeyString { .streamingKeyString {