summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
author“Ryder <“r@okfoc.us”>2016-04-07 19:23:50 -0400
committer“Ryder <“r@okfoc.us”>2016-04-07 19:23:50 -0400
commit8ecdf57a334d68417cf8ddfd7ac421f91bac980a (patch)
tree3aaa200280c6ccd335009b8b39e4c01c5ac6ae0b /public
parent2eb75fafd9c2369a086095016a605424ef49bae0 (diff)
mobile
Diffstat (limited to 'public')
-rw-r--r--public/assets/ok.css34
1 files changed, 10 insertions, 24 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index 89584b7..b336ef0 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -699,31 +699,19 @@ nav {
content: "PRESS";
}
-.five .description {
- width: 50%;
- -webkit-column-count: 3;
- /*text-align: justify;*/
- column-gap: 5px;
-}
-.press .five .description {
- width: calc(40% - 8px);
- -webkit-column-count: 2;
+.press .five span:last-child{
+ display:none;
}
.projectLink {
- display: block;
- margin-top: 11px;
+ display:none;
}
ul li {
list-style-type: none;
}
-.nopress span:nth-child(5) {
- width: calc(52% - 8px);
-}
-
.press ul {
cursor: default;
height: 100%
@@ -811,13 +799,7 @@ ul li {
.texts {
padding: 3px 5px;
}
- .five span:nth-child(2),
- .five span:nth-child(3) {
- width: calc(50% - 2.5px);
- }
- .five span:nth-child(3) {
- margin-left: 5px;
- }
+
.five span {
width: 100%;
border-bottom: 1px solid;
@@ -827,11 +809,15 @@ ul li {
}
.five span.description {
width: 100%!important;
- font-weight: 400;
- -webkit-column-count: 2!important;
+ font-weight: 500;
+ line-height: 15px;
+ -webkit-column-count: 1!important;
-webkit-column-gap: 3px;
-moz-column-gap: 3px;
column-gap: 3px;
+ border-bottom: 0;
+ border-top:2px;
+ text-align: justify;
}
.headings {
display: none;