Skip to content

Commit 75007b8

Browse files
authored
Add files via upload
1 parent c4cc7e9 commit 75007b8

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

assets/github.svg

Lines changed: 1 addition & 0 deletions
Loading

assets/style.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ div#info {
103103
h1#info-title {
104104
font-size: xxx-large;
105105
width: 100%;
106-
text-align: center;
106+
text-align: left;
107107
margin: auto;
108108
}
109109

@@ -146,16 +146,13 @@ h1#info-title {
146146
font-family: 'Inconsolata', monospace !important;
147147
margin-top: auto;
148148
display: grid;
149-
grid-template-columns: repeat(7, 1fr);
149+
grid-template-columns: repeat(1, 1fr);
150150
grid-template-rows: auto auto auto auto;
151151
grid-template-areas:
152152
"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"
156153
;
157154
max-width: 1024px;
158-
margin: 100px auto;
155+
background-color: white;
159156
}
160157

161158
#picture {

assets/twitter.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)