summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_welcome.scss
blob: 0be43d29c1b93df60afc0128689f10ebbf2a52e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@charset "UTF-8";

.welcome-info {
  max-width: 550px;
  margin-top: 50px;
  margin-left: 25px;
  h1 {
      font-size: 200%;
      margin-bottom: 20px;
  }
  p {
      font-size: 125%;
      margin-top: 12px;
  }
}