Skip to content

Commit ad0b2ff

Browse files
committed
Added download buttons for App Store and Play Store
1 parent 1a9d157 commit ad0b2ff

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_sass/layout.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,17 @@ nav > ul li a {
147147
font-weight: normal;
148148
}
149149

150+
.downloadButtonsContainer {
151+
margin-top: 42px;
152+
}
153+
154+
.appStore {
155+
margin-left: 24px;
156+
}
157+
158+
.playStore {
159+
}
160+
150161
.features {
151162
grid-area: c;
152163
background-color:rgb(255, 208, 0);

0 commit comments

Comments
 (0)