Skip to content

Commit

Permalink
Merge pull request #36 from akanoren/louiscnovel2-patch-27
Browse files Browse the repository at this point in the history
フォントサイズを追加
  • Loading branch information
louiscnovel2 authored Mar 7, 2023
2 parents ebfd862 + aa8f6d2 commit be415fc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,14 @@ span.time{
.post > .message{
   overflow-wrap: break-word;
   word-wrap: break-word;
width: 980px;
width: 980px;
font-size: 50px;
}


.post > .name{
position: relative;
left: 54px;
}

div.name{
Expand Down Expand Up @@ -284,7 +291,6 @@ span.time{
max-width: 100%;
margin: 0px 0px 0px 0px;
padding: 10px 10px 300px 10px;
font-size: 70px;
border-width: 2px;
border-radius: 20px;
}
Expand Down

0 comments on commit be415fc

Please sign in to comment.