浏览代码

fix: more profile responsiveness fixes

Kristian Vos 2 年之前
父节点
当前提交
4fa672829f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      frontend/src/pages/Profile/index.vue

+ 2 - 2
frontend/src/pages/Profile/index.vue

@@ -329,7 +329,7 @@ onMounted(() => {
 	}
 
 	.bio-row {
-		max-width: 608px;
+		max-width: calc(min(608px, 100%));
 		margin-bottom: 24px;
 		margin-left: auto;
 		margin-right: auto;
@@ -338,7 +338,7 @@ onMounted(() => {
 	}
 
 	.date-location-row {
-		max-width: 608px;
+		max-width: calc(min(608px, 100%));
 		margin-left: auto;
 		margin-right: auto;
 		margin-bottom: 24px;