Skip to content

Commit 9bb7a50

Browse files
authored
update logo (#425)
1 parent 7bbbb3a commit 9bb7a50

File tree

13 files changed

+22
-38
lines changed

13 files changed

+22
-38
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cssdb [<img src="https://cssdb.org/images/cssdb.svg" alt="cssdb logo" width="90" height="90" align="right">][cssdb]
1+
# cssdb [<img src="https://cssdb.org/images/css.svg" alt="" width="90" height="90" align="right">][cssdb]
22

33
[![NPM Version][npm-img]][npm-url]
44
[![Build Status][cli-img]][cli-url]

public/favicon.ico

-3.59 KB
Binary file not shown.

public/images/css-tools.svg

Lines changed: 12 additions & 0 deletions
Loading

public/images/css.2x.png

56.8 KB
Loading

public/images/css.ico

4.19 KB
Binary file not shown.

public/images/css.png

25.5 KB
Loading

public/images/css.square-large.jpg

23.6 KB
Loading

public/images/css.square.jpg

104 KB
Loading

public/images/css.svg

Lines changed: 4 additions & 0 deletions
Loading

public/images/share-default.png

136 KB
Loading

src/components/header.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { html } from "../util/html.mjs";
33
export function renderHeader() {
44
return html`
55
<header class="cssdb-header">
6-
<img class="cssdb-header-branding" src="/images/cssdb.svg" alt="cssdb logo" width="90" height="90" role="presentation">
6+
<img class="cssdb-header-branding" src="/images/css-tools.svg" alt="CSS Tools" width="220" height="100" role="presentation">
77
<div class="cssdb-header-heading">
88
<h1 class="cssdb-header-title">
99
What’s next for CSS?

src/pages/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function renderIndex() {
2525
<meta name="twitter:site" content="@css_tools_">
2626
<meta property="og:title" content="CSS Database">
2727
<meta property="og:description" content="A comprehensive list of CSS features and their positions in the process of becoming implemented web standards.">
28-
<meta property="og:image" content="https://cssdb.org/images/cssdb.jpg">
28+
<meta property="og:image" content="https://cssdb.org/images/css.png">
2929
<meta property="og:site_name" content="cssdb">
3030
<meta property="og:type" content="website">
3131
<meta property="og:url" content="https://cssdb.org/">

src/styles/style.css

Lines changed: 3 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -137,36 +137,10 @@ img {
137137
/* Header
138138
/* ========================================================================== */
139139

140-
.cssdb-header {
141-
@media (width >= 960px) {
142-
align-items: center;
143-
display: flex;
144-
145-
& > * {
146-
display: inline-block;
147-
vertical-align: top;
148-
}
149-
150-
& > script {
151-
display: none;
152-
}
153-
}
154-
}
155-
156140
.cssdb-header-branding {
157-
flex-shrink: 0;
158-
height: 114px;
159-
margin-inline-end: 36px;
160-
width: 114px;
161-
162-
@media (width < 960px) {
163-
float: inline-start;
164-
margin-block-end: 20px;
165-
}
166-
}
167-
168-
.cssdb-header-heading {
169-
flex-grow: 1;
141+
height: 100px;
142+
margin-block-end: 36px;
143+
width: 220px;
170144
}
171145

172146
.cssdb-header-title {
@@ -183,12 +157,6 @@ img {
183157
max-width: 44em;
184158
}
185159

186-
.cssdb-header-link {
187-
margin-inline-start: 60px;
188-
text-align: end;
189-
white-space: nowrap;
190-
}
191-
192160
/* Features
193161
/* ========================================================================== */
194162

0 commit comments

Comments
 (0)