Skip to content

Commit

Permalink
regen assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Nov 5, 2023
1 parent a6ad93c commit 6cc55cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
17 changes: 5 additions & 12 deletions redbot/assets/red_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ body {
background-color: #fcfcfc;
color: #111;
font: 12pt/14pt "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 1em 50px;
max-width: 1250px; }
margin: 1em 40px;
max-width: 1240px; }
body.blank {
margin: 6em auto 3em auto;
width: 650px; }
Expand All @@ -18,24 +18,17 @@ body {
#right_column {
width: 550px;
float: right;
margin: 1em 0 0 50px;
margin: 1em 0 0 40px;
padding: 0; }

@media screen and (max-width: 1375px) {
@media screen and (max-width: 1320px) {
#left_column, #right_column {
width: 650px;
margin: 0;
padding: 0;
float: left;
clear: both; } }

@media only screen and (max-device-width: 1024px) {
#left_column, #right_column {
width: 100%;
margin: 0;
padding: 0;
float: left; } }

a, .post_link {
color: blue;
text-decoration: underline; }
Expand Down Expand Up @@ -217,7 +210,7 @@ option[value="other..."] {
margin-left: 0.75em;
font-weight: normal; }

@media only screen and (max-device-width: 1024px) {
@media screen and (max-width: 770px) {
.req_hdr, .add_req_hdr {
width: 100%; }
input#uri {
Expand Down
2 changes: 1 addition & 1 deletion redbot/assets/style.css

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

0 comments on commit 6cc55cc

Please sign in to comment.