Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Fix busted flex
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Nov 24, 2015
1 parent 74026a2 commit 1b66841
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
application: zuperkulblog
version: 0-0-18
version: 0-0-19
runtime: python27
api_version: 1
threadsafe: yes
Expand Down
4 changes: 2 additions & 2 deletions app/static/elements/blog-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
@apply(--layout-center-center);
}

.push-opt-in > paper-toggle-button {

.flex {
@apply(--layout-flex);
}

@media (max-width: 580px) {
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ gulp.task('cache-config', ['copy'], function(callback) {
callback(error);
} else {
files.push(
'./',
'/',
'bower_components/webcomponentsjs/webcomponents-lite.min.js'
);
config.precache = files;
Expand Down

0 comments on commit 1b66841

Please sign in to comment.