Put the tweet block at the bottom of the dashboard
This commit is contained in:
@@ -23,8 +23,11 @@
|
||||
font-weight: bold;
|
||||
margin: 0.5em 0 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.tweet {
|
||||
.tweetText {
|
||||
color: #333;
|
||||
color: #413;
|
||||
background: #F2F2F2;
|
||||
border: none;
|
||||
width: 25em;
|
||||
@@ -33,7 +36,7 @@
|
||||
box-shadow: 0.05em 0.1em 0 0 #999;
|
||||
}
|
||||
.tweetButton, .linkedinButton {
|
||||
color: #333;
|
||||
color: #413;
|
||||
background: #F2F2F2;
|
||||
margin-right: 0;
|
||||
&:hover {
|
||||
@@ -49,7 +52,7 @@
|
||||
.notations {
|
||||
display: table;
|
||||
width: 80%;
|
||||
margin: 0 10%;
|
||||
margin: 0 10% 3em;
|
||||
border-spacing: 1em;
|
||||
}
|
||||
.notations > div {
|
||||
|
||||
Reference in New Issue
Block a user