Skip to content

Commit

Permalink
adds spacing to cc mode in bani overlay (#1096)
Browse files Browse the repository at this point in the history
* adds spacing to cc mode in bani overlay

* removes border radius
  • Loading branch information
inderpreetsingh authored May 21, 2020
1 parent 27e1b29 commit 34ffb28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion www/src/scss/_overlay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
background-position: center center;
background-size: cover;
border: 0;
border-radius: 15px;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
height: 450px;
margin: 0 auto;
Expand Down
3 changes: 2 additions & 1 deletion www/src/scss/obs/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ body {

.o-gurbani {
font-family: 'Gurbani Akhar Thick';
display: inline-flex;
}

.o-teeka {
Expand All @@ -64,6 +65,7 @@ body {

.o-transliteration,
.o-translation {
display: inline-block;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}

Expand Down Expand Up @@ -123,7 +125,6 @@ body {
.o-gurbani,
.o-translation {
background: rgba(0, 0, 0, 0.8);
border-radius: 5px;
margin: 0;
padding: 5px;

Expand Down

0 comments on commit 34ffb28

Please sign in to comment.