WIP
This commit is contained in:
7
dist/app.css
vendored
7
dist/app.css
vendored
@@ -12214,6 +12214,13 @@ section.grid-callout .callout {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
}
|
}
|
||||||
|
section.grid-callout .callout .image-wrapper {
|
||||||
|
padding-bottom: 2rem;
|
||||||
|
}
|
||||||
|
section.grid-callout .callout .image-wrapper img {
|
||||||
|
width: 47px;
|
||||||
|
height: 47px;
|
||||||
|
}
|
||||||
section.grid-callout .callout p {
|
section.grid-callout .callout p {
|
||||||
line-height: 37px;
|
line-height: 37px;
|
||||||
}
|
}
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
||||||
"/app.css": "/app.css?id=d09221b1cfbdbc3c636dca8ae0586fce"
|
"/app.css": "/app.css?id=28e3538abd3cedb0226323dc396b9baf"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,6 +13,15 @@ section.grid-callout {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
|
|
||||||
|
.image-wrapper {
|
||||||
|
padding-bottom: 2rem;
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 47px;
|
||||||
|
height: 47px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
line-height: 37px;
|
line-height: 37px;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user