Skip to content

Commit 553a080

Browse files
author
Jer'Maine Montiel
committed
few formatting changes
1 parent ae18fdd commit 553a080

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</ul>
1919
</div>
2020
</nav>
21-
<div id="intro" class="container">
21+
<div id="intro">
2222
<h1><p>$(datcode) is a community made of Black and POC coders<br>
2323
serving as a place of sharing, collaboration, and plain ol' conversation.<br>
2424
We want to make ourselves more visible, for our sake and others.</p>

styles/base.less

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,27 @@ body{
55
}
66

77
.nav{
8-
98
background-color: #232323;
109

1110
a{
11+
font-size: 1.25em;
1212
color: white;
1313
}
1414
}
15-
.container{
16-
width: 100%;
17-
}
15+
1816
#intro{
1917
height: 100vh;
2018
}
2119

2220
#intro h1{
21+
padding-left: 30px;
2322
vertical-align: middle;
2423
}
2524

2625

27-
#more-info{
28-
height: 50vh;
26+
.container{
2927
text-align: center;
3028
}
31-
3229
#pillar-section{
3330
height: 60vh;
3431
padding: 20px 0;

0 commit comments

Comments
 (0)