diff --git a/docs/introduction/what_is.md b/docs/introduction/what_is.md index a8841143..1816067d 100644 --- a/docs/introduction/what_is.md +++ b/docs/introduction/what_is.md @@ -12,7 +12,7 @@ Dagger is a portable devkit for CICD. It helps you develop powerful CICD pipelin * Avoid CI lock-in. Dagger runs natively on Github Actions, Gitlab, CircleCI, Jenkins, AWS Codebuild, Tekton, and more. * Test and debug your pipelines locally; catch configuration errors in seconds with static type checking. -![Dagger_Website_Ship](https://user-images.githubusercontent.com/216487/122216381-328a3500-ce61-11eb-907f-d2b6f66b3b10.png) +Dagger_Website_Ship ## Dagger is alpha software diff --git a/website/src/css/custom.scss b/website/src/css/custom.scss index d18ad462..cace81d2 100644 --- a/website/src/css/custom.scss +++ b/website/src/css/custom.scss @@ -152,14 +152,9 @@ code { } img { - max-width: 380px; display: block; margin: auto; width: 100%; - - @include desktopWide { - max-width: 500px; - } } } diff --git a/website/static/img/what-is-dagger.png b/website/static/img/what-is-dagger.png new file mode 100644 index 00000000..6cd879f6 Binary files /dev/null and b/website/static/img/what-is-dagger.png differ