Skip to content

Commit 21c77da

Browse files
committed
Redesign Hack link
1 parent 3f5d963 commit 21c77da

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

static/styles/styles.css

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -813,25 +813,34 @@ only screen and (min-resolution: 2dppx) {
813813
.home-buttons-container {
814814
display: flex;
815815
justify-content: center;
816+
margin-bottom:30px;
816817
}
817818
.btn-discord {
818819
margin-right: 25px;
819820
}
821+
.btn-hack{
822+
margin-left: 25px;
823+
}
820824

821825
@media(max-width: 860px) {
822826
.home-buttons-container {
823827
flex-direction: column;
828+
margin-bottom: 10px;
824829
}
825830
.btn-discord {
826831
margin-right: 0px;
827832
}
833+
.btn-hack{
834+
margin-left:0px
835+
}
828836
}
829837

830838
.section-header .blog-link {
831-
font-size: 30px;
839+
font-size: 15px;
832840
color: white;
833841
background-color: #003955;
834842
margin-bottom: 50px;
843+
835844
text-decoration: none;
836845
padding-left: 20px;
837846
border-radius: 20px;
@@ -860,6 +869,7 @@ only screen and (min-resolution: 2dppx) {
860869
transition: all 250ms linear;
861870
}
862871

872+
863873
.beta {
864874
margin-bottom: 10px;
865875
width: 30px;
@@ -11816,6 +11826,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1181611826
@media only screen and (max-width: 670px) {
1181711827
.section-header .blog-link {
1181811828
font-size: 25px;
11829+
1181911830
color: white;
1182011831
}
1182111832

@@ -12016,7 +12027,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1201612027
}
1201712028

1201812029
.section-header .blog-link {
12019-
font-size: 20px;
12030+
font-size: 15px;
1202012031
color: white;
1202112032
/* background-color: pink; */
1202212033
}

0 commit comments

Comments
 (0)