Skip to content

Commit

Permalink
幅を制御する理由がわかんなかったのでそうした
Browse files Browse the repository at this point in the history
  • Loading branch information
PharaohKJ committed Nov 8, 2024
1 parent 40463f6 commit f57a899
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 20 deletions.
11 changes: 1 addition & 10 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,16 +242,7 @@
word-wrap: break-word;
padding:0;
margin:0;
width: 75%;

@include media-query($on-laptop) {
font-size: 36px;
width: 70%;
}

@include media-query($on-palm){
width: 100%;
}
width: 100%;
}

.post-content {
Expand Down
9 changes: 1 addition & 8 deletions docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -327,14 +327,7 @@ footer {
word-wrap: break-word;
padding: 0;
margin: 0;
width: 75%; }
@media screen and (max-width: 800px) {
.post-title {
font-size: 36px;
width: 70%; } }
@media screen and (max-width: 600px) {
.post-title {
width: 100%; } }
width: 100%; }

.post-content {
margin-bottom: 30px; }
Expand Down
4 changes: 2 additions & 2 deletions docs/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</description>
<link>http://localhost:4000/jaws-ug-hokuriku-line/</link>
<atom:link href="http://localhost:4000/jaws-ug-hokuriku-line/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Fri, 08 Nov 2024 17:18:48 +0900</pubDate>
<lastBuildDate>Fri, 08 Nov 2024 17:18:48 +0900</lastBuildDate>
<pubDate>Fri, 08 Nov 2024 17:23:48 +0900</pubDate>
<lastBuildDate>Fri, 08 Nov 2024 17:23:48 +0900</lastBuildDate>
<generator>Jekyll v3.10.0</generator>

<item>
Expand Down

0 comments on commit f57a899

Please sign in to comment.