Skip to content

Commit 5e8a2b2

Browse files
Updated Files
1 parent 1505298 commit 5e8a2b2

File tree

13 files changed

+169
-8
lines changed

13 files changed

+169
-8
lines changed

aiml.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,21 @@
651651
width: 25px !important;
652652
}
653653
}
654+
@media (max-width:706px){
655+
.footer-1 .button {
656+
padding: 5px 5px;
657+
}
658+
}
659+
@media (max-width:655px){
660+
.footer-1 .button {
661+
padding: 3px 3px;
662+
}
663+
}
664+
@media (max-width:390px){
665+
.footer-1 .button {
666+
padding: 6px 8px;
667+
}
668+
}
654669
</style>
655670
</head>
656671
<body>

content.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,21 @@
518518
width: 35px !important;
519519
}
520520
}
521+
@media (max-width:706px){
522+
.footer-1 .button {
523+
padding: 5px 5px;
524+
}
525+
}
526+
@media (max-width:655px){
527+
.footer-1 .button {
528+
padding: 3px 3px;
529+
}
530+
}
531+
@media (max-width:390px){
532+
.footer-1 .button {
533+
padding: 6px 8px;
534+
}
535+
}
521536

522537
</style>
523538
</head>

design.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,21 @@
595595
}
596596
}
597597
}
598+
@media (max-width:706px){
599+
.footer-1 .button {
600+
padding: 5px 5px;
601+
}
602+
}
603+
@media (max-width:655px){
604+
.footer-1 .button {
605+
padding: 3px 3px;
606+
}
607+
}
608+
@media (max-width:390px){
609+
.footer-1 .button {
610+
padding: 6px 8px;
611+
}
612+
}
598613

599614
</style>
600615
</head>

ds.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,21 @@
650650
width: 25px !important;
651651
}
652652
}
653+
@media (max-width:706px){
654+
.footer-1 .button {
655+
padding: 5px 5px;
656+
}
657+
}
658+
@media (max-width:655px){
659+
.footer-1 .button {
660+
padding: 3px 3px;
661+
}
662+
}
663+
@media (max-width:390px){
664+
.footer-1 .button {
665+
padding: 6px 8px;
666+
}
667+
}
653668
</style>
654669
</head>
655670
<body>

eb.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,21 @@
530530
width: 30px !important;
531531
}
532532
}
533+
@media (max-width:706px){
534+
.footer-1 .button {
535+
padding: 5px 5px;
536+
}
537+
}
538+
@media (max-width:655px){
539+
.footer-1 .button {
540+
padding: 3px 3px;
541+
}
542+
}
543+
@media (max-width:390px){
544+
.footer-1 .button {
545+
padding: 6px 8px;
546+
}
547+
}
533548
</style>
534549
</head>
535550
<body>

events.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
padding: 0;
1515
box-sizing: border-box;
1616
color: white;
17-
background: url('./images/teambg.png') no-repeat center center fixed;
17+
background: url('./images/teambg.png') no-repeat center center;
1818
background-size: cover;
1919
}
2020
header {
@@ -53,6 +53,7 @@
5353
padding: 10px;
5454
background-color: rgba(0, 0, 0, 0.7);
5555
}
56+
5657
</style>
5758
</head>
5859
<body>

hacakthon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
padding: 0;
1515
box-sizing: border-box;
1616
color: white;
17-
background: url('./images/teambg.png') no-repeat center center fixed;
17+
background: url('./images/teambg.png') no-repeat center center;
1818
background-size: cover;
1919
}
2020
header {

pr.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,21 @@
597597
}
598598

599599
}
600+
@media (max-width:706px){
601+
.footer-1 .button {
602+
padding: 5px 5px;
603+
}
604+
}
605+
@media (max-width:655px){
606+
.footer-1 .button {
607+
padding: 3px 3px;
608+
}
609+
}
610+
@media (max-width:390px){
611+
.footer-1 .button {
612+
padding: 6px 8px;
613+
}
614+
}
600615
</style>
601616
</head>
602617
<body>

style.css

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
body {
99
font-family: 'Satoshi', sans-serif;
10-
background: url('./images/teambg.png') no-repeat center center fixed;
10+
background: url('./images/teambg.png') no-repeat center center ;
1111
background-size: cover;
1212
color: white;
1313
height: 100vh;
@@ -129,7 +129,7 @@ header .nav-links a.active {
129129
text-align: center;
130130
height: 100vh;
131131
padding-top: 8rem;
132-
background: url('./images/homebg.png') no-repeat center center fixed;
132+
background: url('./images/homebg.png') no-repeat center center ;
133133
background-size: cover;
134134
}
135135

@@ -252,7 +252,6 @@ header .nav-links a.active {
252252
background-image: url('./images/bg.png');
253253
background-size: cover;
254254
background-position: center;
255-
background-attachment: fixed;
256255

257256
}
258257

@@ -335,7 +334,6 @@ header .nav-links a.active {
335334
text-align: center;
336335
background-image: url('./images/teambg.png');
337336
background-size: cover;
338-
background-attachment: fixed;
339337
}
340338

341339
.team-header h1 {
@@ -823,7 +821,6 @@ section {
823821
background-image: url('./images/aboutbg.png');
824822
background-size: cover;
825823
background-position: center;
826-
background-attachment: fixed;
827824
text-align: left; /* Align content to the left */
828825
width: 100%; /* Full width */
829826
max-width: 100%; /* Ensure no max-width restriction */
@@ -1320,6 +1317,21 @@ section {
13201317
margin-bottom: 0.5px;
13211318
}
13221319
}
1320+
@media (max-width:706px){
1321+
.footer-1 .button {
1322+
padding: 5px 5px;
1323+
}
1324+
}
1325+
@media (max-width:655px){
1326+
.footer-1 .button {
1327+
padding: 3px 3px;
1328+
}
1329+
}
1330+
@media (max-width:390px){
1331+
.footer-1 .button {
1332+
padding: 6px 8px;
1333+
}
1334+
}
13231335
@media(max-width:667px){
13241336
.domain-card h2 {
13251337
font-size: 1rem;
@@ -1421,6 +1433,9 @@ section {
14211433
margin: 10px auto;
14221434
border-radius: 15px;
14231435
}
1436+
.team-grid {
1437+
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
1438+
}
14241439
}
14251440
@media (max-width: 413px){
14261441
.hero h1 {
@@ -1554,6 +1569,16 @@ position: relative;
15541569
font-size: 0.8rem; /* Adjust font size for smaller screens */
15551570
}
15561571
}
1572+
1573+
@media (max-width: 390px){
1574+
.team-members img {
1575+
width: 30px;
1576+
height: 30px;
1577+
border-radius: 50%;
1578+
border: 2px solid white;
1579+
margin-left: -15px;
1580+
}
1581+
}
15571582
/* Media Query: Max-width 375px */
15581583
@media (max-width: 377px) {
15591584

uiux.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,21 @@
648648
width: 25px !important;
649649
}
650650
}
651+
@media (max-width:706px){
652+
.footer-1 .button {
653+
padding: 5px 5px;
654+
}
655+
}
656+
@media (max-width:655px){
657+
.footer-1 .button {
658+
padding: 3px 3px;
659+
}
660+
}
661+
@media (max-width:390px){
662+
.footer-1 .button {
663+
padding: 6px 8px;
664+
}
665+
}
651666
</style>
652667
</head>
653668
<body>

0 commit comments

Comments
 (0)