Skip to content

Commit 451417d

Browse files
committed
buttons fixed on mobile homepage
1 parent 2c42fa4 commit 451417d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

assets/css/styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,14 @@ div.searchProject::after {
10941094

10951095
.buttonCenter{
10961096
max-width: 100%;
1097+
display: flex;
1098+
justify-content: center;
1099+
flex-direction: column;
1100+
align-items: center;
1101+
}
1102+
1103+
.commanBtn{
1104+
margin: 10px 0 !important;
10971105
}
10981106

10991107
#embedForPc {

0 commit comments

Comments
 (0)