Commit 291b8b38 authored by Ujvari Gergely's avatar Ujvari Gergely Committed by Randall Leeds

Page responsibility enhancements:

- Qoute and body goes under each other
- Border fixes
- Removed avatar's place
- get Extension and Signup is not shown for small widths.
parent 9a5918e8
......@@ -832,7 +832,7 @@ body {
opacity: 1 !important; }
/* line 106, site.css.scss */
#stream .tile .papercontainer {
margin-left: 5em;
margin-left: 0.5em;
float: left; }
/* line 110, site.css.scss */
#stream .tile .hyp-paper {
......@@ -935,3 +935,29 @@ body {
/* line 187, site.css.scss */
.nav .title > span {
font-size: 2em; }
.smalldisplacer {
display: none;
float: left;}
@media(max-width:600px)
{
.floatainer {
float: left;
width: 100%; }
.smalldisplacer {
display: block;
width: 100%;
float: left;
height: 1em;}
.barbutton.right {
display: none;}
#stream .tile .hyp-excerpt {
margin-right: 0em;
margin-bottom: 0; }
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment