BioMike alexandrlukashov commited on
Commit
789fd18
·
verified ·
1 Parent(s): 108fe82

buttons fixed (#1)

Browse files

- buttons fixed (1b98d81d3d17573820686e661b39fd8c8afd5957)


Co-authored-by: Oleksandr Lukashov <[email protected]>

Files changed (1) hide show
  1. materials/introduction.html +8 -2
materials/introduction.html CHANGED
@@ -24,13 +24,19 @@
24
  text-align: center;
25
  vertical-align: middle;
26
  box-sizing: border-box;
 
 
 
27
  }
 
28
  .link-button:hover {
29
  background-color: #c0dcfc;
30
  }
 
31
  .link-button img {
32
- height: 20px;
33
- width: auto;
 
34
  display: block;
35
  }
36
  .links-container {
 
24
  text-align: center;
25
  vertical-align: middle;
26
  box-sizing: border-box;
27
+ height: 50px;
28
+ width: 180px;
29
+ overflow: hidden;
30
  }
31
+
32
  .link-button:hover {
33
  background-color: #c0dcfc;
34
  }
35
+
36
  .link-button img {
37
+ height: 60%;
38
+ width: 60%;
39
+ object-fit: contain;
40
  display: block;
41
  }
42
  .links-container {