Skip to content

Commit cfa714c

Browse files
druSashko Stubailo
authored and
Sashko Stubailo
committed
Fix .buttons-unit width. Align buttons to center (graphql#164)
1 parent f4b1323 commit cfa714c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

site/_css/index.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ body.index {
174174

175175
.buttons-unit {
176176
animation: fade 1.1s 3.2s ease-in-out both;
177-
177+
width: 100%;
178+
178179
@media screen and (min-width: 1020px) {
179180
position: absolute;
180181
top: ~"calc(75%)";

0 commit comments

Comments
 (0)