Skip to content

Commit 1a6794b

Browse files
committed
resize gdt logo and float left
1 parent 2ee3c69 commit 1a6794b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
[![Build Status](https://github.com/gdt-dev/gdt/actions/workflows/gate-tests.yml/badge.svg?branch=main)](https://github.com/gdt-dev/gdt/actions)
66
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
77

8-
![gdt mascot](static/gdtlogo400x544.png)
8+
<div style="float: left">
9+
![gdt mascot](static/gdtlogo400x544.png | width=200px)
10+
</div>
911

1012
`gdt` is a testing library that allows test authors to cleanly describe tests
1113
in a YAML file. `gdt` reads YAML files that describe a test's assertions and

0 commit comments

Comments
 (0)