File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ div#info {
103
103
h1 # info-title {
104
104
font-size : xxx-large;
105
105
width : 100% ;
106
- text-align : center ;
106
+ text-align : left ;
107
107
margin : auto;
108
108
}
109
109
@@ -146,16 +146,13 @@ h1#info-title {
146
146
font-family : 'Inconsolata' , monospace !important ;
147
147
margin-top : auto;
148
148
display : grid;
149
- grid-template-columns : repeat (7 , 1fr );
149
+ grid-template-columns : repeat (1 , 1fr );
150
150
grid-template-rows : auto auto auto auto;
151
151
grid-template-areas :
152
152
"pic pic pic pic pic pic pic"
153
- "head head head head head head head"
154
- "cal cal cal cal cal cal cal"
155
- "orb orb orb map map map map"
156
153
;
157
154
max-width : 1024px ;
158
- margin : 100 px auto ;
155
+ background-color : white ;
159
156
}
160
157
161
158
# picture {
You can’t perform that action at this time.
0 commit comments