mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-09 07:00:46 -04:00
18 lines
292 B
Plaintext
18 lines
292 B
Plaintext
@import "bootstrap/bootstrap";
|
|
@import "font-awesome/font-awesome";
|
|
@import "ios7";
|
|
|
|
body {
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.user img {
|
|
border-radius: 50%;
|
|
width: 40px;
|
|
height: 40px;
|
|
vertical-align: baseline;
|
|
margin-top: -15px;
|
|
margin-bottom: -15px;
|
|
position: relative;
|
|
left: -10px;
|
|
} |