Skip to content

Commit e27dfb4

Browse files
committed
Update css for tictactoe gif image
1 parent b557a82 commit e27dfb4

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ <h3 class="featurette-heading">Artificial Intelligence <br /><span class="text-m
368368
<div class="col-sm-5">
369369

370370
<!-- Gif -->
371-
<div class="gif-images-ttt">
371+
<div class="gif-images">
372372
<img src="images/tictactoe.gif" alt="tictactoe-gif">
373373
</div>
374374
<!-- End Gif -->

main.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,3 @@ ul.share-buttons li{
6666
.gif-images img{
6767
width: 100%;
6868
}
69-
70-
.gif-images-ttt img{
71-
height: 350px;
72-
}

0 commit comments

Comments
 (0)