Skip to content
Permalink
e8c8469fd9
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
112 lines (91 sloc) 1.34 KB
body {
background-color: #E3F3FD;
font-family: 'Source Sans Pro', sans-serif;
}
img.home-icon {
width: 50px;
margin-top: -.85em;
margin-left: 4em;
}
img.profile-icon {
width: 75px;
margin-left: 1em;
float: left;
}
.login {
max-width:45%;
margin:0 auto;
margin-top: 100px;
}
.register {
margin-top: 25px;
}
.icon {
width: 45%;
margin-left: 30%;
}
img.icon.reg {
width: 25%;
margin-left: 38%;
}
.home{
max-width:60%;
margin:0 auto;
}
form.logout.form-inline.my-2.my-lg-0 {
float: right;
margin-top: 6.5px;
margin-right: 4em;
}
.user-content{
background-color:#ffffff;
border-radius: 4px;
padding-left:0;
text-align:center
}
.user-content h3{
margin-top:10px
}
.user-content img{
float:none;
margin: auto;
display: block;
width:80px;
padding-top:15px
}
.user-content .location{
font-size:16px;
}
.tweet-submit .form-control {
height: 121px!important;
}
.tweet-container{
margin-bottom:15px;
margin-top: 15px;
max-width:100%;
background-color: white;
border-radius: 25px;
padding: 20px;
}
.tweet-container h3{
margin-top:0!important
}
.row {
margin-left: 0px;
}
.handle {
color: grey;
}
.date{
color:grey;
float: right;
}
.tweet{
font-size: 16px;
font-style: italic;
margin-left: 4em;
margin-top: -100px;
}
.footer {
margin-left: 2em;
}