Skip to content

Instantly share code, notes, and snippets.

@fasterthanlime
Created November 22, 2016 14:56
Show Gist options
  • Save fasterthanlime/1e2529b99cafe8b6b285d19820fcdb83 to your computer and use it in GitHub Desktop.
Save fasterthanlime/1e2529b99cafe8b6b285d19820fcdb83 to your computer and use it in GitHub Desktop.
@import 'https://fonts.googleapis.com/css?family=Roboto';
#inner_column
{
width: 1920px;
}
.view_game_page .user_formatted iframe
{
margin-left:auto;
margin-right:auto;
display:block;
padding:10px;
width:560
}
.inner_column
{ font-family:"Roboto";
}
body a, body a:visited {
color: rgb(212, 85, 78);
}
.view_game_page .columns {
display: flex;
flex-direction: column-reverse;
}
.columns .left_col, .columns .right_col {
width: 100%;
}
.view_game_page .screenshot_list {
display: flex;
justify-content: space-around;
}
.view_game_page .screenshot_list img {
padding: 5px;
max-width:300px;
}
.header
{
margin-bottom:20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment