15 lines
306 B
SCSS
15 lines
306 B
SCSS
/*-------------- title-decor -----------------*/
|
|
.title-decor{
|
|
margin: 2.6041666667vw 0;
|
|
padding: .5208333333vw 0;
|
|
text-align: center;
|
|
border-top: 3px solid #005a8e;
|
|
border-bottom: 3px solid #005a8e;
|
|
|
|
h1, .h1{
|
|
max-width: 48%;
|
|
margin: 0 auto;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
}
|
|
} |