Created
November 22, 2016 14:56
-
-
Save fasterthanlime/1e2529b99cafe8b6b285d19820fcdb83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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