yana UX/UI and graphic design
-
+
yana is a work-in-progress calorie and nutrition tracking application for android.
unfortunately there's not a lot to show as of yet. please stay tuned for more.
diff --git a/public_html/style.css b/public_html/style.css
index c655c1d..03701ba 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -406,6 +406,7 @@ a:hover {
}
p {
+ font-size: 0.95em;
margin-bottom: 0.6em;
}
@@ -774,13 +775,16 @@ div.opaque h2 span.halfbubble {
display: block;
}
-.watchface {
+.watchface, .half-left, .half-right {
width: calc((100% / 2) - 0.6rem);
margin: 0.325rem 0.3rem;
height: auto;
display: block;
float: left;
}
+.half-right {
+ float: right;
+}
.watchface-video {
margin: 0.6rem 0;
width: 100%;
@@ -788,6 +792,10 @@ div.opaque h2 span.halfbubble {
aspect-ratio: 1/1;
}
+.yana-logo {
+ margin-top: -0.75rem;
+}
+
/* music */
article.album {