Skip to content

Commit 29a0bb2

Browse files
authored
Merge branch 'main' into align-list-homepage
2 parents 1afaebd + 1789e7c commit 29a0bb2

File tree

3 files changed

+7
-27
lines changed

3 files changed

+7
-27
lines changed

.github/CODEOWNERS

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
# These owners will be the default owners for everything in
2-
# the repo. Unless a later match takes precedence, they will
3-
# be requested for review when someone opens a pull request.
4-
* @creativecommons/engineering @creativecommons/ct-cc-open-source-core-committers @creativecommons/ct-cc-open-source-collaborators
5-
6-
# These users own any files in the specified directory and
7-
# any of its subdirectories.
8-
/webpack/ @creativecommons/frontend-engineers
9-
* @creativecommons/ct-cc-open-source-maintainers
1+
# https://help.github.com/en/articles/about-code-owners
2+
# If you want to match two or more code owners with the same pattern, all the
3+
# code owners must be on the same line. If the code owners are not on the same
4+
# line, the pattern matches only the last mentioned code owner.
5+
* @creativecommons/technology @creativecommons/ct-cc-open-source-core-committers @creativecommons/ct-cc-open-source-maintainers

databags/repos.json

-16
Original file line numberDiff line numberDiff line change
@@ -1177,22 +1177,6 @@
11771177
"url": "https://github.com/creativecommons/wp-theme-cc-commoners",
11781178
"website": ""
11791179
},
1180-
{
1181-
"created": "2019-04-15T13:36:51",
1182-
"description": "WordPress theme for the State of the Commons",
1183-
"engineering_project": true,
1184-
"featured": false,
1185-
"id": 181494221,
1186-
"language": "CSS",
1187-
"license": {
1188-
"name": "GNU General Public License v2.0",
1189-
"url": "https://github.com/creativecommons/wp-theme-cc-sotc/blob/main/LICENSE"
1190-
},
1191-
"name": "wp-theme-cc-sotc",
1192-
"slack": "",
1193-
"url": "https://github.com/creativecommons/wp-theme-cc-sotc",
1194-
"website": ""
1195-
},
11961180
{
11971181
"created": "2019-03-22T15:46:16",
11981182
"description": "Creative Commons - Business Toolkit WordPress theme",

themes/vocabulary_theme/templates/layout.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<footer class="main-footer">
174174
<div class="container">
175175
<div class="columns">
176-
<div class="column is-one-quarter">
176+
<div class="column is-one-third-tablet-only is-one-quarter-desktop">
177177
<a href="https://creativecommons.org" class="main-logo margin-bottom-bigger">
178178
<span class="has-text-white">
179179
<svg
@@ -208,7 +208,7 @@
208208
</a>
209209
</div>
210210
</div>
211-
<div class="column is-three-quarters">
211+
<div class="column is-two-third-tablet-only is-three-quarters-desktop">
212212
<div class="columns">
213213
<div class="column is-full">
214214
<nav class="footer-navigation">

0 commit comments

Comments
 (0)