We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc37ebd commit 516079aCopy full SHA for 516079a
1 file changed
assets/css/style_orange.css
@@ -466,37 +466,6 @@ section {
466
margin-bottom: 0;
467
}
468
469
-.announcement {
470
- font-family: 'Raleway', sans-serif;
471
- font-size: 32px;
472
- font-weight: bold;
473
- text-transform: uppercase;
474
- margin-bottom: 20px;
475
- padding-bottom: 20px;
476
- position: relative;
477
- color: #3c3c3b;
478
-}
479
-.announcement::before {
480
- content: "";
481
- position: absolute;
482
- display: block;
483
- width: 120px;
484
- height: 1px;
485
- background: #ddd;
486
- bottom: 1px;
487
- left: calc(50% - 60px);
488
489
-.announcement::after {
490
491
492
493
- width: 40px;
494
- height: 3px;
495
- /* background: #ed6c4f; */
496
- bottom: 0;
497
- left: calc(50% - 20px);
498
499
-
500
501
502
0 commit comments