francescoKrnl commited on
Commit
ea8a706
1 Parent(s): 641bbc7

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -2
style.css CHANGED
@@ -24,7 +24,6 @@
24
  }
25
 
26
  #board_row {
27
- flex-grow: 1;
28
  display: flex;
29
  align-items: center;
30
  justify-content: space-evenly;
@@ -35,12 +34,13 @@
35
  }
36
 
37
  .image_container {
 
 
38
  margin: 26px;
39
  position: relative;
40
  display: inline-block;
41
  text-align: center;
42
  aspect-ratio: 1;
43
- flex-grow: 1;
44
  border: 2px solid #2c2c2c;
45
  background-color: #121212;
46
  border-radius: 30px;
@@ -103,6 +103,9 @@ input[type="radio"]:checked + span {
103
  background-color: #c0c0af;
104
  color: black;
105
  }
 
 
 
106
 
107
  #fullscreen {
108
  transition: 150ms;
 
24
  }
25
 
26
  #board_row {
 
27
  display: flex;
28
  align-items: center;
29
  justify-content: space-evenly;
 
34
  }
35
 
36
  .image_container {
37
+ width: 440px;
38
+ height: 440px;
39
  margin: 26px;
40
  position: relative;
41
  display: inline-block;
42
  text-align: center;
43
  aspect-ratio: 1;
 
44
  border: 2px solid #2c2c2c;
45
  background-color: #121212;
46
  border-radius: 30px;
 
103
  background-color: #c0c0af;
104
  color: black;
105
  }
106
+ footer {
107
+ display: none !important;
108
+ }
109
 
110
  #fullscreen {
111
  transition: 150ms;