Skip to content

Commit ccae40b

Browse files
authored
Merge branch 'hackergarten:master' into master
2 parents 779f400 + c00a93b commit ccae40b

20 files changed

+1241
-687
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ hackergarten.github.io.iml
66

77
# external dependencies
88
node_modules
9+
10+
# generated by gulp
11+
feed.xml
12+
projects.html

css/main.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,26 @@ span.reason {
8484
#map {
8585
height: 350px;
8686
}
87+
#map .location-popup p {
88+
margin: 0;
89+
}
8790
#map .location-marker {
8891
font-size: 16px;
8992
}
93+
#map .location-sponsors {
94+
font-size: 13px;
95+
color: gray;
96+
}
97+
#map p.location-meetup {
98+
font-size: 13px;
99+
margin-top: 4px;
100+
}
101+
#map .location-meetup a {
102+
display: flex;
103+
align-items: center;
104+
gap: 4px;
105+
color: #F64060;
106+
}
107+
#map .location-meetup img {
108+
height: 26px;
109+
}

css/mastodon-timeline.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/mastodon.widget.css

Lines changed: 0 additions & 264 deletions
This file was deleted.

0 commit comments

Comments
 (0)