Skip to content

Commit d1df648

Browse files
authored
Merge pull request #23 from CodeWithGroup/feature/fix-logo-assets
fix: upgrades image quality and fixes responsiveness
2 parents 6f19934 + 01c510a commit d1df648

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

branding.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ <h2>Logo</h2>
8080

8181
<h3>Full CodeWith Logo</h3>
8282
<div class="row">
83-
<div class="col-5 col-md-3 card text-center">
83+
<div class="col-5 col-lg-3 card text-center">
8484
<img class="img-fluid" src="images/logo/logo.svg" aria-labelledby="logo-label-full-svg">
8585
<br />
8686
<h4 id="logo-label-full-svg">CodeWith Logo (SVG)</h4>
8787
</div>
88-
<div class="col-5 col-md-3 card text-center">
88+
<div class="col-5 col-lg-3 card text-center">
8989
<img class="img-fluid" src="images/logo/logo.png" aria-labelledby="logo-label-full-png">
9090
<br />
9191
<h4 id="logo-label-full-png">CodeWith Logo (PNG)</h4>
@@ -99,12 +99,12 @@ <h4 class="mt-3">Full CodeWith Logo</h4>
9999

100100
<h3>Full CodeWith Logo (White)</h3>
101101
<div class="row">
102-
<div class="col-5 col-md-3 card text-center white-asset">
102+
<div class="col-5 col-lg-3 card text-center white-asset">
103103
<img class="img-fluid" src="images/logo/logo-white.svg" aria-labelledby="logo-label-full-white-svg">
104104
<br />
105105
<h4 id="logo-label-full-white-svg">CodeWith Logo (White) (SVG)</h4>
106106
</div>
107-
<div class="col-5 col-md-3 card text-center white-asset">
107+
<div class="col-5 col-lg-3 card text-center white-asset">
108108
<img class="img-fluid" src="images/logo/logo-white.png" aria-labelledby="logo-label-full-white-png">
109109
<br />
110110
<h4 id="logo-label-full-white-png">CodeWith Logo (White) (PNG)</h4>
@@ -118,12 +118,12 @@ <h4 class="mt-3">Full CodeWith Logo (White)</h4>
118118

119119
<h3>CodeWith Keyboard Icon</h3>
120120
<div class="row">
121-
<div class="col-5 col-md-3 card text-center">
121+
<div class="col-5 col-lg-3 card text-center">
122122
<img class="img-fluid" src="images/keyboard-green.svg" aria-labelledby="logo-keyboard-green-svg">
123123
<br />
124124
<h4 id="logo-keyboard-green-svg">CodeWith Keyboard Icon (SVG)</h4>
125125
</div>
126-
<div class="col-5 col-md-3 card text-center">
126+
<div class="col-5 col-lg-3 card text-center">
127127
<img class="img-fluid" src="images/keyboard-green.png" aria-labelledby="logo-keyboard-green-png">
128128
<br />
129129
<h4 id="logo-keyboard-green-png">CodeWith Keyboard Icon (PNG)</h4>
@@ -136,12 +136,12 @@ <h4 class="mt-3">CodeWith Keyboard Icon</h4>
136136

137137
<h3>CodeWith Keyboard Icon (White)</h3>
138138
<div class="row">
139-
<div class="col-5 col-md-3 card text-center white-asset">
139+
<div class="col-5 col-lg-3 card text-center white-asset">
140140
<img class="img-fluid" src="images/noun-keyboard-licensed-white.svg" aria-labelledby="logo-keyboard-white-svg">
141141
<br />
142142
<h4 id="logo-keyboard-white-svg">CodeWith Keyboard Icon (White) (SVG)</h4>
143143
</div>
144-
<div class="col-5 col-md-3 card text-center white-asset">
144+
<div class="col-5 col-lg-3 card text-center white-asset">
145145
<img class="img-fluid" src="images/noun-keyboard-licensed-white.png" aria-labelledby="logo-keyboard-white-png">
146146
<br />
147147
<h4 id="logo-keyboard-white-png">CodeWith Keyboard Icon (White) (PNG)</h4>
3.81 KB
Loading
Lines changed: 2 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)