clr commited on
Commit
fcf5cb3
1 Parent(s): a89ee8c

Update css/main.css

Browse files
Files changed (1) hide show
  1. css/main.css +4 -3
css/main.css CHANGED
@@ -18,7 +18,7 @@ p, table, tr, td, ul, li, blockquote, nav, a, footer, dl, dt, dd {
18
  ul {
19
  margin: 0;
20
  padding: 0;
21
- width: 80%;
22
  }
23
  .row {
24
  width: 100%;
@@ -38,8 +38,9 @@ ul {
38
  border: solid;
39
  }
40
  .text {
41
- background: e7fefc;
42
  }
 
43
  @media screen and (max-width: 640px) {
44
  .row,
45
  .image,
@@ -50,4 +51,4 @@ ul {
50
  .row:nth-child(odd) .text {
51
  text-align: right
52
  }
53
- }
 
18
  ul {
19
  margin: 0;
20
  padding: 0;
21
+ width: 100%;
22
  }
23
  .row {
24
  width: 100%;
 
38
  border: solid;
39
  }
40
  .text {
41
+ background: tomato;
42
  }
43
+ img {vertical-align:top;}
44
  @media screen and (max-width: 640px) {
45
  .row,
46
  .image,
 
51
  .row:nth-child(odd) .text {
52
  text-align: right
53
  }
54
+ }