Last edited 3 years ago
by Sherman

Main.css

No categories assignedEdit

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
.portal_link_small{
	width:24%;
	min-height:200px;
	background:#FFF;
	text-align:center;
	display:inline-block;
	align-items:center;
	margin-bottom:10px;
	vertical-align: top;
}
	
.portal_link_small > div{
	margin:0 auto;
	padding:20px;
	display: block;
	z-index: 4;
}
	
.portal_link_small h3{
	font-size:1.6rem;
}
	
.portal_link_small p{
	font-size:1rem;
}