fix error
This commit is contained in:
parent
2ed4932d43
commit
19dfc6aa38
|
@ -253,6 +253,7 @@ body{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.iconbox{
|
.iconbox{
|
||||||
|
width: 20% !important
|
||||||
flex: 1 1 20%;
|
flex: 1 1 20%;
|
||||||
.fas{
|
.fas{
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
|
@ -264,6 +265,7 @@ body{
|
||||||
}
|
}
|
||||||
@media(max-width: $screen-xs){
|
@media(max-width: $screen-xs){
|
||||||
flex: 50%;
|
flex: 50%;
|
||||||
|
width: 50% !important
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -448,6 +450,7 @@ body{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
li{
|
li{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
@media (min-width: 480px){
|
@media (min-width: 480px){
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -470,6 +473,8 @@ body{
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 0 0em 1em 0.5em;
|
padding: 0 0em 1em 0.5em;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
float: left;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.w-event_news__meta{
|
.w-event_news__meta{
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -15,6 +15,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
.w-annc__widget-title{
|
.w-annc__widget-title{
|
||||||
background: url(/assets/titlecap.png) top no-repeat;
|
background: url(/assets/titlecap.png) top no-repeat;
|
||||||
|
|
|
@ -23,7 +23,9 @@
|
||||||
//RWD
|
//RWD
|
||||||
@import "RWD";
|
@import "RWD";
|
||||||
|
|
||||||
|
div.extra-box:empty {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.dropdown-toggle:focus {
|
.dropdown-toggle:focus {
|
||||||
// outline: 2px solid #43B5FC;
|
// outline: 2px solid #43B5FC;
|
||||||
outline: transparent;
|
outline: transparent;
|
||||||
|
|
Loading…
Reference in New Issue