|
372 | 372 |
|
373 | 373 | @media (min-width: 769px) {
|
374 | 374 | #contact{
|
375 |
| - border-style: solid; |
376 |
| - border-color: #fff; |
377 |
| - border-radius: 100px / 70px; /* chosen different vertical and horizontal radius for smooth border */ |
378 | 375 | overflow: hidden;
|
379 | 376 | display: flex;
|
380 | 377 | justify-content: space-between;
|
381 |
| - gap: 20px; |
382 |
| - padding: 60px 30px; |
383 |
| - margin: 100px 20px; |
| 378 | + gap: 80px; |
| 379 | + padding: 60px 10px 30px 10px; |
| 380 | + margin: 100px 10px 60px 10px; |
384 | 381 | }
|
385 | 382 |
|
386 | 383 | .contactLeftSection{
|
|
391 | 388 | }
|
392 | 389 |
|
393 | 390 | .contactRightSection{
|
394 |
| - align-items: top; |
| 391 | + align-items: center; |
395 | 392 | justify-content: right;
|
396 | 393 | flex: 60%;
|
397 | 394 | padding: 20px;
|
|
400 | 397 | #titleContact{
|
401 | 398 | font-family: "Montserrat", sans-serif;
|
402 | 399 | text-transform: uppercase;
|
403 |
| - font-weight: 200; |
| 400 | + font-weight: 400; |
404 | 401 | font-size: 60px;
|
405 | 402 | text-align: center;
|
406 | 403 | }
|
|
409 | 406 | font-family: "Lucida Console", "Courier New", monospace;
|
410 | 407 | padding-bottom: 15px;
|
411 | 408 | text-align: right;
|
| 409 | + /*font-size: 1.5vw;*/ |
| 410 | + } |
| 411 | + |
| 412 | + .mobile-br{ |
| 413 | + display: none; |
412 | 414 | }
|
413 | 415 |
|
414 | 416 | .email{
|
|
419 | 421 | @media (max-width: 769px) {
|
420 | 422 | #contact{
|
421 | 423 | overflow: hidden;
|
422 |
| - padding: 10% 5%; |
423 |
| - margin: 10% 10%; |
| 424 | + padding: 4px 2px 1px 2px; |
| 425 | + margin: 20px 10px 1px 10px; |
424 | 426 | text-align: center;
|
425 | 427 | }
|
426 | 428 |
|
427 | 429 | #titleContact{
|
428 | 430 | font-family: "Montserrat", sans-serif;
|
429 | 431 | text-transform: uppercase;
|
430 |
| - font-weight: 200; |
431 |
| - font-size: 8vw; |
| 432 | + font-weight: 500; |
| 433 | + font-size: 36px; |
432 | 434 | text-align: center;
|
433 |
| - padding: 5% 5%; |
| 435 | + padding: 18px; |
434 | 436 | }
|
435 | 437 |
|
436 | 438 | .mailText{
|
437 | 439 | font-family: "Lucida Console", "Courier New", monospace;
|
438 |
| - padding: 12% 5%; |
439 |
| - font-size: 3.5vw; |
| 440 | + padding: 30px 5px 20px 5px; |
| 441 | + font-size: 16px; |
440 | 442 | text-align: center;
|
| 443 | + justify-content: center; |
| 444 | + } |
| 445 | + |
| 446 | + .mobile-br{ |
| 447 | + display: inline; |
441 | 448 | }
|
442 | 449 |
|
443 | 450 | .email{
|
444 | 451 | font-style: italic;
|
| 452 | + text-align: center; |
| 453 | + } |
| 454 | + |
| 455 | + .mailUsAt{ |
| 456 | + text-align: center; |
445 | 457 | }
|
446 | 458 | }
|
447 | 459 |
|
|
451 | 463 | width: calc(40% - 10px);
|
452 | 464 | float: left;
|
453 | 465 | box-sizing: border-box;
|
454 |
| - margin: 0 0 0 10px; |
455 | 466 | color: #000;
|
456 | 467 | }
|
457 | 468 |
|
|
479 | 490 | #contactDetails .socials{
|
480 | 491 | display: flex;
|
481 | 492 | flex-direction: row;
|
482 |
| - justify-content: right; |
| 493 | +} |
| 494 | + |
| 495 | +@media (min-width: 769px){ |
| 496 | + #contactDetails .socials{ |
| 497 | + justify-content: right; |
| 498 | + } |
| 499 | +} |
| 500 | + |
| 501 | +@media (max-width: 769px){ |
| 502 | + #contactDetails .socials{ |
| 503 | + justify-content: center; |
| 504 | + margin: 0 auto; |
| 505 | + max-width: 400px; |
| 506 | + } |
483 | 507 | }
|
484 | 508 | #contactDetails .socials a{
|
485 | 509 | height: 50px;
|
|
0 commit comments