Skip to content

Commit a0b44d0

Browse files
committed
Disclaimer
1 parent 0648c6f commit a0b44d0

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

docs/.vitepress/theme/style.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,17 @@
142142
* Overrides
143143
* -------------------------------------------------------------------------- */
144144

145-
:root {
145+
/* :root { */
146146
/* --vp-home-hero-name-color: var(--vp-c-brand-1); */
147147
/* --vp-home-hero-name-background: -webkit-linear-gradient(60deg, #362BFF, #41d1ff); */
148+
/* } */
149+
150+
.VPHome {
151+
margin-bottom: 96px;
152+
}
153+
154+
@media (min-width: 768px) {
155+
.VPHome {
156+
margin-bottom: 25px !important;
157+
}
148158
}

docs/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ features:
4141
details: Version-control both apps and infrastructure resources together
4242
---
4343

44-
44+
<p align="center" style="font-size: 0.8em; line-height: 1.5em; margin-top: 7em">
45+
Docker is a registered trademark of Docker, Inc.
46+
<br>
47+
Dockform is not affiliated with Docker, Inc. in any way.
48+
</p>
4549

4650

0 commit comments

Comments
 (0)