Subversion Repositories SvarDOS

Rev

Rev 1754 | Rev 1764 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1754 Rev 1758
Line 56... Line 56...
56
  border-top: 0;
56
  border-top: 0;
57
}
57
}
58
 
58
 
59
div.download {
59
div.download {
60
  display: flex;
60
  display: flex;
61
  justify-content; start;
61
  justify-content: space-evenly;
62
  flex-wrap: wrap;
62
  flex-wrap: wrap;
-
 
63
  gap: 1em 0.5em;
-
 
64
  margin: 1em 0;
63
}
65
}
64
 
66
 
65
div.download div {
67
div.download div {
66
  display: flex;
68
  display: flex;
67
  flex-direction: column;
69
  flex-direction: column;
68
  border: 1px #aaa solid;
70
  border: 1px #aaa solid;
69
  border-radius: 0.25em;
71
  border-radius: 0.25em;
70
  margin: 0.75em 2.5em 0.75em 0.25em;
72
  margin: 0;
71
  padding: 0.2em 0.75em;
73
  padding: 0.2em 0.75em;
72
  width: 12em;
74
  width: 12em;
73
}
75
}
74
 
76
 
75
div.download div h3 {
77
div.download div h3 {