Fix profile picture width
This commit is contained in:
parent
e5835b46a5
commit
f333e6a875
4 changed files with 23 additions and 20 deletions
|
|
@ -22,6 +22,11 @@
|
|||
border-bottom-color: rgba(0, 0, 0, .250);
|
||||
}
|
||||
|
||||
/* Fixed width picture column */
|
||||
.picture-col {
|
||||
max-width: 202px;
|
||||
}
|
||||
|
||||
/* Limit fluid container to a max size */
|
||||
.container-fluid {
|
||||
max-width: 1600px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue