mirror of
https://github.com/p08dev/Bloggr.git
synced 2026-06-17 12:43:56 +02:00
12 lines
158 B
SCSS
12 lines
158 B
SCSS
body {
|
|
color: #333;
|
|
}
|
|
|
|
section.main {
|
|
text-align: left;
|
|
width: 90%;
|
|
max-width: 960px;
|
|
margin: 0 auto;
|
|
padding: 80px 0 0;
|
|
margin-bottom: 100px;
|
|
} |