mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
parent
f901cfa419
commit
18c1c001b1
@ -181,10 +181,7 @@
|
||||
}
|
||||
|
||||
.post-list {
|
||||
margin-left: 0;
|
||||
// list-style: none;
|
||||
|
||||
> li {
|
||||
li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
@ -255,9 +252,15 @@
|
||||
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
|
||||
a {
|
||||
color: $purple-color-dark;
|
||||
|
||||
@include media-query($on-laptop) {
|
||||
flex-basis: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user