fix: css
This commit is contained in:
@@ -4,6 +4,12 @@ body {
|
|||||||
background: #1e293b;
|
background: #1e293b;
|
||||||
font-family: "Montserrat", sans-serif;
|
font-family: "Montserrat", sans-serif;
|
||||||
color: #f1f5f9;
|
color: #f1f5f9;
|
||||||
|
max-width: 1200px;
|
||||||
|
margin: auto;
|
||||||
|
padding: 20px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@@ -13,9 +19,6 @@ a {
|
|||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
max-width: 1200px;
|
|
||||||
margin: auto;
|
|
||||||
padding-left: 20px
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.one-post {
|
.one-post {
|
||||||
@@ -31,10 +34,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.archive {
|
.archive {
|
||||||
max-width: 1200px;
|
|
||||||
margin: auto;
|
|
||||||
display: grid;
|
display: grid;
|
||||||
padding: 20px;
|
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user