clean up chat section
This commit is contained in:
parent
fa6c1d7977
commit
e999b48e7b
3 changed files with 10 additions and 6 deletions
|
|
@ -124,6 +124,10 @@ body {
|
|||
letter-spacing: .4px;
|
||||
}
|
||||
|
||||
.uppercase {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
||||
// Spacing utility classes
|
||||
.mb-2 {
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ a:active {
|
|||
.right-bleed {
|
||||
width: 35%;
|
||||
img {
|
||||
height: 100%;
|
||||
height: 250px;
|
||||
}
|
||||
}
|
||||
.content-text {
|
||||
|
|
@ -189,8 +189,8 @@ a:active {
|
|||
// -------------------------
|
||||
|
||||
.btn-android {
|
||||
margin: 10px 20px 10px 20px;
|
||||
height: 40px;
|
||||
margin: 17.5px 15px 17.5px 0px;
|
||||
height: 25px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue