mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
chore: 1
This commit is contained in:
@@ -64,6 +64,10 @@ h1, h2, h3, h4, h5, h6 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.flex-inline {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.flex-1 {
|
||||
flex: 1;
|
||||
@@ -84,7 +88,16 @@ h1, h2, h3, h4, h5, h6 {
|
||||
.m-3{
|
||||
margin:3px
|
||||
}
|
||||
.m-5{
|
||||
margin:5px
|
||||
}
|
||||
.m-10 {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.m-20{
|
||||
margin:20px
|
||||
}
|
||||
.mb-2 {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
@@ -136,9 +149,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.m-10 {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.p-5 {
|
||||
padding: 5px;
|
||||
|
||||
Reference in New Issue
Block a user