Skip to content

Commit

Permalink
[update]CLS最適化
Browse files Browse the repository at this point in the history
  • Loading branch information
920oj committed Jan 10, 2021
1 parent 47fe5a2 commit bdc954e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"school": "東京都市大学",
"department": "メディア情報学部 社会メディア学科",
"grade": "3",
"profile_url": "https://res.cloudinary.com/oj920/image/upload/w_600/q_auto/v1610184430/920oj-net/profile_c9reqy.jpg",
"profile_url": "https://res.cloudinary.com/oj920/image/upload/w_960/q_auto/v1610184430/920oj-net/profile_c9reqy.jpg",
"logo_url": "https://res.cloudinary.com/oj920/image/upload/v1610184429/920oj-net/logo_fd84tv.png",
"meta_description": "大岩潤矢(おーじぇい)の自己紹介サイトです。",
"meta_title": "920oj.net - OJの自己紹介サイト",
Expand Down
4 changes: 2 additions & 2 deletions templates/index.html.tql
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

<body>
<header>
<img class="header-logo" src="{{ .LogoURL }}" alt="logo">
<img class="header-logo" src="{{ .LogoURL }}" alt="logo" height="32px">
</header>
<main>
<div class="introduction">
<div class="profile_img">
<img src="{{ .ProfileURL }}" alt="profile">
<img src="{{ .ProfileURL }}" alt="profile" width="320px" height="320px">
</div>
<div class="profile_text">
<p class="school">{{ .School }} {{ .Department }} {{ .Grade }}年</p>
Expand Down
2 changes: 1 addition & 1 deletion templates/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ header {
}

header > .header-logo {
height: 2rem;
height: 32px;
}

.introduction {
Expand Down

0 comments on commit bdc954e

Please sign in to comment.