Skip to content

Commit

Permalink
Fix a couple issues on Microsoft Case Study (#856)
Browse files Browse the repository at this point in the history
* remove dumb shadow

* fix spacing

* ci: apply formatting changes

---------

Co-authored-by: doodlemarks <[email protected]>
  • Loading branch information
doodlemarks and doodlemarks authored Oct 26, 2023
1 parent d2ba3c4 commit 02bb56a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/content/caseStudies/microsoft/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,21 @@ import BlogContentImage from "~/components/BlogContentImage.astro"
import ImageFigure from "~/components/ImageFigure.astro"
import Blockquote from "~/components/Blockquote.astro"

<div class="text-white space-y-8">
<div class="space-y-8 text-white">
<div class="text-2xl leading-normal tracking-normal text-astro-gray-100">
[Microsoft](https://www.microsoft.com/en-ca) is a household name, creator of such popular
tools like the Microsoft Office suite. Their product line includes desktop, web, and mobile
products e.g. SDKs for Android and iOS. To keep their visual branding consistent across these
products, they rely on their design system [Fluent 2](https://fluent2.microsoft.design/).
[Microsoft](https://www.microsoft.com/en-ca) is a household name, creator of such popular tools
like the Microsoft Office suite. Their product line includes desktop, web, and mobile products
e.g. SDKs for Android and iOS. To keep their visual branding consistent across these products,
they rely on their design system [Fluent 2](https://fluent2.microsoft.design/).
</div>
</div>

Their Office Engineering and Experiences teams created the first version of Fluent 3-4 years ago.
Over the the past 2 years, they have been hard at work on the latest version, Fluent 2. Astro was
the best framework for the Fluent 2 website due to performance gains with island architecture.
They were looking for something lightweight that fit in with their existing workflow and tools.
Astro allowed Microsoft to be agile, helping content editors create and edit content pain-free.

</div>

<ImageFigure caption="Logos for Microsoft's products including PowerPoint, Excel and more.">
<BlogContentImage src={microsoftProducts} />
</ImageFigure>
Expand Down
Binary file not shown.
Binary file modified src/content/caseStudies/microsoft/microsoft-products.webp
Binary file not shown.

0 comments on commit 02bb56a

Please sign in to comment.