--- src/main/webapp/publish/usr/css/content.css
+++ src/main/webapp/publish/usr/css/content.css
... | ... | @@ -398,6 +398,8 @@ |
| 398 | 398 |
.sub_visual_nav .snb_wrap:not(:last-child){display:none;}
|
| 399 | 399 |
.content_title h3{font-size:32px;}
|
| 400 | 400 |
.con_title .title{font-size:20px;}
|
| 401 |
+ |
|
| 402 |
+ .sub_title{font-size:28px;text-align:center;}
|
|
| 401 | 403 |
|
| 402 | 404 |
|
| 403 | 405 |
/* ================================================== |
--- src/main/webapp/publish/usr/layout/layout.css
+++ src/main/webapp/publish/usr/layout/layout.css
... | ... | @@ -57,7 +57,7 @@ |
| 57 | 57 |
.mobile_nav_top {display:flex;width:100%;justify-content:space-between;align-items:center;padding:20px;}
|
| 58 | 58 |
|
| 59 | 59 |
.mobile_nav .gnb{display:block;width:100%;margin:20px 0 80px 0;}
|
| 60 |
-.mobile_nav .gnb .depth01{display:flex;width:100%;height:80px;padding:0 20px;font-family:var(--secondary-title-font);font-size:28px;font-weight:bold;align-items:center;justify-content:space-between;}
|
|
| 60 |
+.mobile_nav .gnb .depth01{display:flex;width:100%;height:80px;padding:0 20px;font-family:var(--secondary-title-font);font-size:28px;font-weight:bold;text-align:left;align-items:center;justify-content:space-between;}
|
|
| 61 | 61 |
.mobile_nav .gnb .active .depth01{color:var(--primary-color);}
|
| 62 | 62 |
.mobile_nav .depth02_ul{display:flex;padding:20px;background:#f2f4f6;flex-direction:column;gap:8px;}
|
| 63 | 63 |
.mobile_nav .depth02_ul li{width:100%;}
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?