mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix style
This commit is contained in:
parent
878703a13f
commit
bb8c96925e
@ -74,30 +74,34 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
margin-right: 50px;
|
||||
align-items: flex-start;
|
||||
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
margin: 10px 20px 20px 0;
|
||||
|
||||
width: 100%;
|
||||
|
||||
.title {
|
||||
display: inline-flex;
|
||||
flex-direction: row;
|
||||
|
||||
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
|
||||
width: 100%;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
margin: 10px 20px;
|
||||
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.streamingKeyString {
|
||||
|
Loading…
x
Reference in New Issue
Block a user