Skip to content

Commit

Permalink
design: 이미지 용량 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-kibong committed Aug 10, 2024
1 parent bd58705 commit 0db5b3b
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 15 deletions.
Binary file not shown.
35 changes: 22 additions & 13 deletions _sass/no-style-please.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,6 @@ li {
padding: 0 1.5rem 4rem 1.5rem;
}

header h1 {
text-align: center;
font-size: 24px;
color: #000;
margin-bottom: 30px;
}

hr {
text-align: center;
border: 0;
Expand Down Expand Up @@ -160,10 +153,16 @@ img {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
filter: brightness(80%);
transition: background-position 0.1s ease-out;
}

header h1 {
text-align: center;
font-size: 24px;
color: #000;
margin-bottom: 30px;
}

// Profile
.title {
strong {
Expand Down Expand Up @@ -204,7 +203,22 @@ img {
background-repeat: no-repeat;
}

// List
.list {
color: rgb(255, 111, 15);
}

@media screen and (max-width: "600px") {
// Header
header h1 {
font-size: 18px;
}

.background-header {
height: 350px;
}

// Profile
.profile {
flex-direction: column;
}
Expand All @@ -214,8 +228,3 @@ img {
margin-bottom: 26px;
}
}

// List
.list {
color: rgb(255, 111, 15);
}
2 changes: 1 addition & 1 deletion _site/assets/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified _site/assets/images/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="http://localhost:4000/byeonghyeon-kang/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/byeonghyeon-kang/" rel="alternate" type="text/html" /><updated>2024-08-10T23:37:44+09:00</updated><id>http://localhost:4000/byeonghyeon-kang/feed.xml</id><title type="html">Kang Byeong-hyeon 👨🏻‍💻</title><subtitle>Kang Byeonghyeon&apos;s dev blog
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="http://localhost:4000/byeonghyeon-kang/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/byeonghyeon-kang/" rel="alternate" type="text/html" /><updated>2024-08-10T23:44:54+09:00</updated><id>http://localhost:4000/byeonghyeon-kang/feed.xml</id><title type="html">Kang Byeong-hyeon 👨🏻‍💻</title><subtitle>Kang Byeonghyeon&apos;s dev blog
</subtitle><author><name>Kang Byeonghyeon</name></author><entry><title type="html">[우선] 우선을 중단하며</title><link href="http://localhost:4000/byeonghyeon-kang/%EC%9A%B0%EC%84%A0-%EC%9A%B0%EC%84%A0%EC%9D%84-%EC%A4%91%EB%8B%A8%ED%95%98%EB%A9%B0.html" rel="alternate" type="text/html" title="[우선] 우선을 중단하며" /><published>2024-07-28T00:00:00+09:00</published><updated>2024-07-28T00:00:00+09:00</updated><id>http://localhost:4000/byeonghyeon-kang/%5B%EC%9A%B0%EC%84%A0%5D%20%EC%9A%B0%EC%84%A0%EC%9D%84%20%EC%A4%91%EB%8B%A8%ED%95%98%EB%A9%B0</id><content type="html" xml:base="http://localhost:4000/byeonghyeon-kang/%EC%9A%B0%EC%84%A0-%EC%9A%B0%EC%84%A0%EC%9D%84-%EC%A4%91%EB%8B%A8%ED%95%98%EB%A9%B0.html">&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;
Expand Down
Binary file modified assets/images/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0db5b3b

Please sign in to comment.