Project

General

Profile

Actions

Feature #52

closed

TOPページのレスポンシブに対応

Added by 關山 和丈 over 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
01/03/2025
Due date:
01/03/2025
% Done:

0%

Estimated time:
4:00 h
Spent time:

Description

@media (max-width: 640px) {
  .top {
    margin-top: 5rem;
    margin-left: 1rem;
  }

  .titleSub {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
  }

  .titleMain {
    font-size: 4rem;
    margin-bottom: 0.8rem;
  }

  .descriptionText {
    font-size: 0.9rem;
    margin-top: 1rem;
    margin-left: 1rem;
  }
}

Actions

Also available in: Atom PDF