Skip to content

Commit 2c61235

Browse files
author
Yeliazar
committed
updated jumbotron
1 parent 268c82d commit 2c61235

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

src/pages/Ui/Jumbotron/Jumbotron.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
component for calling extra attention to featured content or information."
1313
>
1414
<hr class="my-2" />
15-
<p>It uses utility classes for typgraphy and spacing to space
15+
<p>It uses utility classes for typography and spacing to space
1616
content out within the larger container.</p>
1717
<p class="lead">
1818
<b-button variant="primary">Learn More</b-button>

src/styles/_overrides.scss

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -992,3 +992,35 @@ $slider-handle-size: 26px;
992992
padding-left: 20px;
993993
background: $success;
994994
}
995+
996+
.jumbotron {
997+
@include border-radius($widget-border-radius);
998+
}
999+
1000+
.container-fluid .jumbotron, .container .jumbotron {
1001+
border-radius: 6px;
1002+
padding-left: 15px;
1003+
padding-right: 15px;
1004+
}
1005+
1006+
@media screen and (min-width: 768px)
1007+
{
1008+
.jumbotron, .jumbotron {
1009+
padding-left: 60px;
1010+
padding-right: 60px;
1011+
}
1012+
}
1013+
1014+
@media screen and (min-width: 768px)
1015+
{
1016+
.jumbotron {
1017+
padding-bottom: 48px;
1018+
padding-top: 48px;
1019+
}
1020+
}
1021+
1022+
.jumbotron {
1023+
margin-bottom: 30px;
1024+
//padding: 30px 60px;
1025+
background: rgba(233,236,239,1);
1026+
}

0 commit comments

Comments
 (0)