mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 02:11:12 +00:00
New layout type "feed"
This commit is contained in:
parent
dbf02ca97d
commit
29decd270e
2 changed files with 58 additions and 0 deletions
|
@ -77,6 +77,7 @@ footer {
|
|||
/* Top page */
|
||||
#profileContainer {
|
||||
min-height: calc(100vh - 100px);
|
||||
/* max-width: 600px; */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
@ -204,6 +205,23 @@ nav li {
|
|||
border: solid 1px #c9c9c9;
|
||||
}
|
||||
|
||||
#feedList {
|
||||
text-align: left;
|
||||
max-width: 800px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
#feedList h2 {
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
#feedList .date {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
border-bottom: 1px solid #c9c9c9;
|
||||
}
|
||||
|
||||
/* Page */
|
||||
#contentBody {
|
||||
max-width: 800px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue