mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-12-04 14:50:24 +00:00
Refactored template code
This commit is contained in:
parent
b28e531f9f
commit
c3e09727a6
20 changed files with 332 additions and 395 deletions
|
|
@ -97,6 +97,8 @@ a:active {
|
|||
|
||||
main {
|
||||
padding: 20px 10px;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
mark {
|
||||
|
|
@ -245,13 +247,16 @@ mark {
|
|||
}
|
||||
|
||||
/* Page */
|
||||
#contentBody {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
/* padding: 20px 10px; */
|
||||
main .e-content {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
main .e-content h2 {
|
||||
padding-bottom: .3em;
|
||||
font-size: 1.5em;
|
||||
border-bottom: 1px solid #c9c9c9;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
** Home Page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue