Skip to content

Commit

Permalink
Prevent the logo from getting too small
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Jul 22, 2023
1 parent e2f6dd4 commit 019b52f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<style>
h1, h2, p, a, ul { color:white }
img.logo { min-width:65px }
a { text-decoration:underline }
a:hover { color:yellow }
a:visited, a:focus { color:white }
Expand All @@ -23,7 +24,7 @@
<div class="col-xs-2">
<img src="https://upload.wikimedia.org/wikipedia/commons/3/3c/WikiClubWest_logo.svg"
alt="Our logo: an outline of Western Australia with the words 'Wiki Club West' written over it."
itemprop="logo" class="img-responsive"/>
itemprop="logo" class="img-responsive logo" />
</div>
<div class="col-xs-10">
<h1 class="title" itemprop="name">WikiClubWest</h1>
Expand Down

0 comments on commit 019b52f

Please sign in to comment.