Welcome to mirror list, hosted at ThFree Co, Russian Federation.

layout.css « css « static - github.com/surajmandalcell/potato-dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b6968875ea9d41a9af63717ad05d3f07d2f2495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* footer */
.l-footer {
  padding: 24px 0
}
/* header */
.l-header {
  display: block;
  padding: 20px 0;
  text-align: center
}
/* nav */
.l-nav {
  width: 96%;
  max-width: 720px;
  margin: 0 auto
}
/* main */
.l-main {
  width: 96%;
  max-width: 720px;
  margin: 40px auto 0
}