Skip to content

Commit

Permalink
[update] common.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinobuAmasaki committed Aug 14, 2024
1 parent 5e3cd06 commit 33cdeee
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions ford/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pre code {
font-family: monospace;
font-size: 18px;
font-size: 16px;
}

code {
Expand All @@ -17,7 +17,7 @@ code {
}

p code {
font-size: 18px;
font-size: 16x;
background-color: #f5f5ff;
}

Expand All @@ -28,7 +28,7 @@ p code {
line-height: 1.2;
}
.codehilite {
font-size: 18px;
font-size: 16px;
background-color: #f5f5ff;
padding: 0 0 0 20px;
margin: 0 0 8px 0;
Expand All @@ -40,6 +40,7 @@ p code {
.none-highlight-user .codehilite * {
color: black;
font-style: normal;
font-weight: normal;
}
tbody {
font-family: monospace;
Expand Down Expand Up @@ -85,11 +86,11 @@ p {
font-size: 16px;
}
ul li {
font-size: 18px;
font-size: 16px;
margin: 5px;
}
ol li {
font-size: 18px;
font-size: 16px;
margin: 5px;
}
body {
Expand All @@ -101,11 +102,22 @@ body {
sans-serif;
}

@media (max-width: 820px) {
@media (max-width: 980px) {

.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
margin-top: var(--bs-gutter-y);
}

#text.row {
justify-content: center;
}
.col-md-4 {
/* Developer Info */
display: flex;
flex: 0 0 auto;
width: 100%;
Expand Down

0 comments on commit 33cdeee

Please sign in to comment.