aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css24
1 files changed, 19 insertions, 5 deletions
diff --git a/static/style.css b/static/style.css
index 6e940e0..775d6d5 100644
--- a/static/style.css
+++ b/static/style.css
@@ -107,10 +107,16 @@ a:hover {
display: block;
}
-.navbar-title {
+a.navbar-title {
font-weight: 600;
padding-right: 10px;
padding-top: 2px;
+ text-decoration: none;
+ color: #ebdbb2;
+}
+
+a.navbar-title:hover {
+ text-decoration: underline;
}
.nav {
@@ -160,13 +166,15 @@ img.pfp {
}
.sidebar {
- max-height: 13em;
- min-height: 13em;
- font-size: 15px;
+ max-width: inherit;
+ min-height: 13rem;
+ max-height: 13rem;
+ font-size: 13px;
}
-.project img {
+.content img {
max-width: 100%;
+ border-radius: 20px;
}
footer {
@@ -174,3 +182,9 @@ footer {
padding: 30px 0;
color: #7c6f64;
}
+
+@media(max-width:768px) {
+ .time {
+ display: none;
+ }
+}