projects
/
ryf-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee74880
)
fix auto clear issue for custom 2 colum mode
author
Andrew Engelbrecht
<andrew@fsf.org>
Mon, 5 Aug 2019 22:24:39 +0000
(18:24 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Mon, 5 Aug 2019 22:24:39 +0000
(18:24 -0400)
the .col-xs-12 divs are placed in a two-column mode for some screen
sizes. this patch adapts the general auto-clear css code in this repo to
this specific case.
css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/css/style.css
b/css/style.css
index b0a5f29215eb9927de8218b2276bfa788ff9ccbd..740b0ded6dbec0ee031e33e262f58e83cdc78e46 100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-240,6
+240,7
@@
a { transition: 0.3s; }
max-width: 300px;
float: left;
}
+ .auto-clear .col-xs-12:nth-child(odd){clear:left;}
}