summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-09-30 15:22:16 -0400
committerryderr <r@okfoc.us>2014-09-30 15:22:16 -0400
commitc88ab70d90193babda2e06b455fafc05fec54ccb (patch)
tree99d2114e3e7a7ad39aa067a28ddaeedde637f015
parent0d6aa7c7663f5bebeca9bc9f73a58bd5a7f5957c (diff)
updated grid
-rwxr-xr-xpublic/assets/stylesheets/app.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 9ece31e..8554d59 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -198,7 +198,7 @@ iframe.embed {
}
.projectList .room {
- width: 33.3333%;
+ width: 50%;
height:40vh;
display:table;
position: relative;
@@ -206,13 +206,13 @@ iframe.embed {
border-top:1px solid;
}
-.projectList .room:nth-child(4n+3) {
- border-left:1px solid black;
+.projectList .room:nth-child(3n+2) {
border-right:1px solid black;
}
-.projectList .room:nth-child(4n+1){
- width:100%;
+.projectList .room:nth-child(3n+1) {
+ width: 100%;
+ height: 50vh;
}
.projectList .room:hover .holder{
background: rgba(255,255,255,0);