diff --git a/docs/.vitepress/theme/styles/homepage.scss b/docs/.vitepress/theme/styles/homepage.scss
index deb482f..5a8c7fc 100644
--- a/docs/.vitepress/theme/styles/homepage.scss
+++ b/docs/.vitepress/theme/styles/homepage.scss
@@ -6,6 +6,10 @@ main.main-intro {
justify-content: center;
align-items: center;
+ @media screen and (max-width: 800px) {
+ padding: 0 0;
+ }
+
.eu {
font-family: "euclid";
font-size: 20rem;
@@ -47,7 +51,7 @@ main.main-intro {
}
article.container {
- padding: 4.5rem 0;
+ padding: 6rem 0;
margin-bottom: 6rem;
display: flex;
flex-direction: column;
@@ -56,11 +60,26 @@ main.main-intro {
width: 100%;
background-color: rgb(251 246 232 / 0.5);
+ @media screen and (max-width: 800px) {
+ padding: 3rem 0;
+ }
+
html.dark & {
background-color: rgb(30 30 30);
}
}
+ .action-button {
+ border: 1px solid #e76143;
+ border-left: 4px solid #e76143;
+ padding: 10px 12px 5px 12px;
+ text-decoration: none;
+ }
+ .action-button:hover {
+ background: #e76143;
+ color: white;
+ }
+
.border-red {
border-left: 8px solid #e76143bb;
}
diff --git a/docs/components/home/Homepage.vue b/docs/components/home/Homepage.vue
index 092d7ee..2d2f968 100644
--- a/docs/components/home/Homepage.vue
+++ b/docs/components/home/Homepage.vue
@@ -18,10 +18,14 @@
the syntax engine of Visual Studio Code
- mixed with the TypeScript compiler’s information
+ mixed with the TypeScript compiler's information