small fixes
This commit is contained in:
@@ -29,7 +29,7 @@ body {
|
|||||||
|
|
||||||
#covid-alert {
|
#covid-alert {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 30px !important;
|
margin-bottom: 25px !important;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -38,6 +38,10 @@ body {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#x {
|
||||||
|
margin-top: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
/* style jumbotron */
|
/* style jumbotron */
|
||||||
|
|
||||||
.onesearch-jumbotron {
|
.onesearch-jumbotron {
|
||||||
|
|||||||
@@ -181,8 +181,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-xs-10 col-md-8">
|
<div class="col-xs-10 col-md-8">
|
||||||
<div class="alert alert-warning alert-dismissible" role="alert" id="covid-alert">
|
<div class="alert alert-warning alert-dismissible" role="alert" id="covid-alert">
|
||||||
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
|
<button type="button" class="close" data-dismiss="alert" aria-label="Close" id="x"><span aria-hidden="true">×</span></button>
|
||||||
<strong>Alert:</strong> <a href="">Library Services during COVID-19</a>
|
<strong>Alert:</strong> <a href="">Library services during COVID-19</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-1 col-md-2">
|
<div class="col-xs-1 col-md-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user