fix(link): fix long words and URLs style bug
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
@import "_home";
|
||||
@import "_404";
|
||||
|
||||
.page {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 980px;
|
||||
margin: 0 auto;
|
||||
padding-top: 6rem;
|
||||
|
||||
@import "_post";
|
||||
@import "_posts";
|
||||
}
|
||||
|
||||
@import "_home";
|
||||
@import "_404";
|
||||
|
||||
@import "_post";
|
||||
@import "_posts";
|
||||
|
||||
.archive {
|
||||
.post-title {
|
||||
text-align: right;
|
||||
|
||||
Reference in New Issue
Block a user