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