mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 05:42:03 -04:00
tighten up user page spacing a tiny bit
This commit is contained in:
parent
62c0b109a4
commit
6caf55994b
1 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
#user-info {
|
#user-info {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
margin-right: 30px;
|
margin-right: 20px;
|
||||||
float: left;
|
float: left;
|
||||||
.summary {
|
.summary {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
@ -186,7 +186,7 @@
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
@include border-radius-all(4px);
|
@include border-radius-all(4px);
|
||||||
float: left;
|
float: left;
|
||||||
width: 946px;
|
width: 936px;
|
||||||
height: 57px;
|
height: 57px;
|
||||||
margin-left: 150px;
|
margin-left: 150px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
@ -219,12 +219,12 @@
|
||||||
}
|
}
|
||||||
@include medium-width {
|
@include medium-width {
|
||||||
.about-me {
|
.about-me {
|
||||||
width: 831px;
|
width: 821px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@include small-width {
|
@include small-width {
|
||||||
.about-me {
|
.about-me {
|
||||||
width: 786px;
|
width: 776px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue