diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json
index c1af9e6..1916ef4 100644
--- a/.vs/VSWorkspaceState.json
+++ b/.vs/VSWorkspaceState.json
@@ -2,15 +2,15 @@
"ExpandedNodes": [
"",
"\\assets",
+ "\\assets\\js",
"\\assets\\sound",
"\\_about",
"\\_credits",
"\\_includes",
"\\_layouts",
- "\\_posts",
"\\_sass",
"\\_sass\\minima"
],
- "SelectedNode": "\\_about\\1oolm.md",
+ "SelectedNode": "\\_layouts\\posts.html",
"PreviewInSolutionExplorer": false
}
\ No newline at end of file
diff --git a/.vs/alphazero-official.github.io/v16/.suo b/.vs/alphazero-official.github.io/v16/.suo
index a212d94..28f8f2d 100644
Binary files a/.vs/alphazero-official.github.io/v16/.suo and b/.vs/alphazero-official.github.io/v16/.suo differ
diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite
index 9b0ecf9..e6f101d 100644
Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ
diff --git a/_includes/header.html b/_includes/header.html
index 0851e77..eda0615 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -5,7 +5,7 @@
{%- assign page_paths = site.header_pages | default: default_paths -%}
diff --git a/_includes/social.html b/_includes/social.html
index 46bb748..85fd15f 100644
--- a/_includes/social.html
+++ b/_includes/social.html
@@ -4,7 +4,6 @@
>
github
- [source]
>
roblox
diff --git a/_layouts/posts.html b/_layouts/posts.html
index f1a2a12..78d9f96 100644
--- a/_layouts/posts.html
+++ b/_layouts/posts.html
@@ -6,7 +6,7 @@
{{ content }}
{%- if site.posts.size > 0 -%}
- {{ page.list_title | default: "Posts" }} (search)
+ {{ page.list_title | default: "Posts" }} (categories)
diff --git a/_sass/minima/_layout.scss b/_sass/minima/_layout.scss
index baeb818..1665bdc 100644
--- a/_sass/minima/_layout.scss
+++ b/_sass/minima/_layout.scss
@@ -37,7 +37,7 @@ textarea {
.search {
text-align: center;
- width: 70%;
+ width: 69%;
float: left;
position: relative;
align-content:center;
diff --git a/about.md b/about.md
index c7591f8..51ff92a 100644
--- a/about.md
+++ b/about.md
@@ -3,8 +3,8 @@ layout: page
title: About
permalink: /about/
---
-**alpha.zero** (or stylised: αlpha.zero) is a development studio started by 1oolm in 2022.
-We're just a team of teens doing stuff we want, be it games, music, or whatever! Just havin' fun in the world, with our community. 🤍
+**alpha.zero** (stylised αlpha.zero) is a development studio started by 1oolm in 2022.
+We're a team of teens doing stuff we want, be it games, music, or whatever! Just havin' fun in the world, with our community. 🤍
### [TBA]
-Team List
\ No newline at end of file
+Team List
\ No newline at end of file